Ticket #13715: 13715.diff
File 13715.diff, 577 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/upgrade.php
1402 1402 if ( array_key_exists(strtolower($table), $cqueries) ) { 1403 1403 // Clear the field and index arrays 1404 1404 unset($cfields); 1405 unset($indices);1405 $indices = array(); 1406 1406 // Get all of the field names in the query from between the parens 1407 1407 preg_match("|\((.*)\)|ms", $cqueries[strtolower($table)], $match2); 1408 1408 $qryline = trim($match2[1]);