Changeset 15210
- Timestamp:
- 06/11/2010 03:01:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r15187 r15210 1402 1402 // If a table query exists for the database table... 1403 1403 if ( array_key_exists(strtolower($table), $cqueries) ) { 1404 // Clear the field and index arrays 1405 unset($cfields); 1406 unset($indices); 1404 $cfields = $indices = array(); 1407 1405 // Get all of the field names in the query from between the parens 1408 1406 preg_match("|\((.*)\)|ms", $cqueries[strtolower($table)], $match2);
Note: See TracChangeset
for help on using the changeset viewer.