Changeset 236


Ignore:
Timestamp:
03/19/08 17:15:22 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

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

    r227 r236  
    5454                        $init = time(); 
    5555 
    56                         while ( !connection_aborted() && time() - $init < 50 ) 
     56                        while ( ( connection_aborted() === 0 ) && time() - $init < 50 ) 
    5757                        { 
    5858                                # read from server and write in the client 
Note: See TracChangeset for help on using the changeset viewer.