Ignore:
Timestamp:
Aug 15, 2007 4:28:01 PM (6 years ago)
Author:
thomasb
Message:

LDAP improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r675 r677  
    300300function rcmail_shutdown() 
    301301  { 
    302   global $IMAP; 
     302  global $IMAP, $CONTACTS; 
    303303   
    304304  if (is_object($IMAP)) 
     
    307307    $IMAP->write_cache(); 
    308308    } 
     309     
     310  if (is_object($CONTACTS)) 
     311    $CONTACTS->close(); 
    309312     
    310313  // before closing the database connection, write session data 
Note: See TracChangeset for help on using the changeset viewer.