Ignore:
Timestamp:
09/12/08 11:41:46 (16 years ago)
Author:
niltonneto
Message:

Vide changelog do módulo.
http://www.expressolivre.org/dev/wiki/jabberit/changelog
Alterações feitas por Alexandre Correia
email: alexandrecorreia@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/class.ujabber.inc.php

    r382 r417  
    11<?php 
     2  /***************************************************************************\ 
     3  *  Expresso - Expresso Messenger                                            * 
     4  *     - Alexandre Correia / Rodrigo Souza                                                               * 
     5  *     - JETI - http://jeti-im.org/                                                                              * 
     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  \***************************************************************************/ 
    212 
    313require_once "class.jabber.inc.php"; 
     
    6070                $this->disconnect(); 
    6171        } 
    62  
    63         function statusWindow() 
    64         { 
    65                 if(!isset($_SESSION['phpgw_info']['jabberit_messenger']['status'])) 
    66                         return 'closed'; 
    67                 else 
    68                         return $_SESSION['phpgw_info']['jabberit_messenger']['status']; 
    69         } 
    70  
    71         function setWindow($pStatus) 
    72         { 
    73                 $_SESSION['phpgw_info']['jabberit_messenger']['status'] = $pStatus['window']; 
    74         } 
    7572} 
    7673?>       
Note: See TracChangeset for help on using the changeset viewer.