Changeset 19066
- Timestamp:
- 10/25/2011 04:08:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r19060 r19066 338 338 $wp_version = '3.3'; 339 339 $php_compat = version_compare( $php_version, $required_php_version, '>=' ); 340 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $ this->is_mysql ) )340 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) 341 341 $mysql_compat = true; 342 342 else
Note: See TracChangeset
for help on using the changeset viewer.