Ignore:
Timestamp:
09/25/07 08:53:01 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/inc/class.Ujabber.inc.php

    r72 r73  
    1010   { 
    1111      $return = null; 
     12                 
     13                if($_SESSION['phpgw_info']['instant_messenger']['IM_disconnect']) 
     14                { 
     15        $_SESSION['phpgw_info']['instant_messenger']['IM_disconnect'] = false; 
     16        return "disconnected"; 
     17                } 
    1218                 
    1319           $_SESSION['phpgw_info']['instant_messenger']['timeClient'] = time(); 
Note: See TracChangeset for help on using the changeset viewer.