Changeset 6158
- Timestamp:
- 09/22/2007 11:14:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r6126 r6158 1013 1013 1014 1014 // For every remaining index specified for the table 1015 foreach ($indices as $index) {1015 foreach ( (array) $indices as $index ) { 1016 1016 // Push a query line into $cqueries that adds the index to that table 1017 1017 $cqueries[] = "ALTER TABLE {$table} ADD $index";
Note: See TracChangeset
for help on using the changeset viewer.