Changeset 6125 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 09/18/2007 04:32:22 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r6053 r6125 993 993 // Add the column list to the index create string 994 994 $index_string .= ' ('.$index_columns.')'; 995 995 error_log("Index string: $index_string", 0); 996 996 if(!(($aindex = array_search($index_string, $indices)) === false)) { 997 997 unset($indices[$aindex]);
Note: See TracChangeset
for help on using the changeset viewer.