Changeset 677 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Aug 15, 2007 4:28:01 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r675 r677 300 300 function rcmail_shutdown() 301 301 { 302 global $IMAP ;302 global $IMAP, $CONTACTS; 303 303 304 304 if (is_object($IMAP)) … … 307 307 $IMAP->write_cache(); 308 308 } 309 310 if (is_object($CONTACTS)) 311 $CONTACTS->close(); 309 312 310 313 // before closing the database connection, write session data
Note: See TracChangeset
for help on using the changeset viewer.
