Changeset 195 for dev/common/includes/class.db_cache.php
- Timestamp:
- 03/30/07 17:05:28 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.db_cache.php
r190 r195 5 5 function DBConnection() 6 6 { 7 if (!$this->id_ = mysql_ pconnect(DB_HOST, DB_USER, DB_PASS))7 if (!$this->id_ = mysql_connect(DB_HOST, DB_USER, DB_PASS)) 8 8 die("Unable to connect to mysql database."); 9 9