Changeset 6469 for trunk/wp-includes/wp-db.php
- Timestamp:
- 12/22/2007 05:45:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r6464 r6469 55 55 function __construct($dbuser, $dbpassword, $dbname, $dbhost) { 56 56 register_shutdown_function(array(&$this, "__destruct")); 57 58 if ( defined('WP_DEBUG') and WP_DEBUG == true ) 59 $this->show_errors(); 57 60 58 61 if ( defined('DB_CHARSET') )
Note: See TracChangeset
for help on using the changeset viewer.