Changeset 164 in subversion for trunk/roundcubemail/index.php
- Timestamp:
- Mar 14, 2006 4:13:07 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r162 r164 3 3 +-----------------------------------------------------------------------+ 4 4 | RoundCube Webmail IMAP Client | 5 | Version 0.1-20060 220|5 | Version 0.1-20060314 | 6 6 | | 7 7 | Copyright (C) 2005, RoundCube Dev. - Switzerland | … … 111 111 load_gui(); 112 112 113 114 // check DB connections and exit on failure 115 if ($err_str = $DB->is_error()) 116 { 117 raise_error(array('code' => 500, 'type' => 'db', 'line' => __LINE__, 'file' => __FILE__, 118 'message' => $err_str), FALSE, TRUE); 119 } 120 121 113 122 // error steps 114 123 if ($_action=='error' && !empty($_GET['_code']))
Note: See TracChangeset
for help on using the changeset viewer.
