source: companies/celepar/jabberit_messenger/inc/class.bogroupslocked.inc.php @ 763

Revision 763, 996 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?php
2
3  /***************************************************************************\
4  *  Expresso - Expresso Messenger                                            *
5  *     - Alexandre Correia / Rodrigo Souza                                                               *
6  * ------------------------------------------------------------------------- *
7  *  This program is free software; you can redistribute it and/or modify it  *
8  *  under the terms of the GNU General Public License as published by the    *
9  *  Free Software Foundation; either version 2 of the License, or (at your   *
10  *  option) any later version.                                               *
11  \***************************************************************************/
12
13require_once "class.db_im.inc.php";
14require_once "jabberit_sessions.inc.php";
15
16class bogroupslocked
17{
18        private $db;
19       
20        function __construct()
21        {
22                $this->db = new db_im();
23        }
24       
25        public final function setGroupsLocked($pGroups)
26        {
27                return $this->db->setGroupsLocked($pGroups);
28        }       
29
30
31?>
Note: See TracBrowser for help on using the repository browser.