Changeset 1060 for trunk/common
- Timestamp:
- 11/04/09 13:25:54 (3 years ago)
- File:
-
- 1 edited
-
trunk/common/db/db_mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/db/db_mysql.php
r1059 r1060 6 6 global $dbLink; 7 7 // Repetitive include guard. Is this really needed? 8 log_assert(!isset($dbLink), "Already connected to the database."); 8 if (db_isalive()) { 9 log_warn("Already connected to the database."); 10 return true; 11 } 9 12 10 13 // log_print("Connecting to database...");
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)