Changeset 1545
- Timestamp:
- 12/22/2009 01:01:30 PM (8 months ago)
- Files:
-
- 1 modified
-
branches/1.3/setup/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/setup/install.php
r1539 r1545 487 487 test("Setting default DatabaseInfo ACL...", 488 488 @mysql_query("insert into ".$config['table_prefix']."acls set page_tag = 'DatabaseInfo', comment_read_acl = '!*', comment_post_acl = '!*'", $dblink), __('Already done? OK!'), 0); 489 test(__('Creating index on owner column').'...', 490 @mysql_query('alter table '.$config['table_prefix'].'pages add index `idx_owner` (`owner`)', $dblink), __('Already done? OK!'), 0); 489 491 } 490 492