Changeset 6158
- Timestamp:
- 09/22/07 23:14:38 (1 year ago)
- Files:
-
- trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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";
