Changeset 164 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Mar 14, 2006 4:13:07 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r159 r164 75 75 $DB = new rcube_db($CONFIG['db_dsnw'], $CONFIG['db_dsnr']); 76 76 $DB->sqlite_initials = $INSTALL_PATH.'SQL/sqlite.initial.sql'; 77 $DB->db_connect('w'); 78 77 79 78 80 // we can use the database for storing session data 79 81 // session queries do not work with MDB2 80 if ($CONFIG['db_backend']!='mdb2' && is_object($DB))82 if ($CONFIG['db_backend']!='mdb2' && !$DB->is_error()) 81 83 include_once('include/session.inc'); 82 84
Note: See TracChangeset
for help on using the changeset viewer.
