Changeset 1140
- Timestamp:
- 06/10/2008 01:51:29 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/setup/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup/install.php
r1139 r1140 339 339 test(__('Adding field to users table to specify comment display default').'...', 340 340 @mysql_query("alter table ".$config["table_prefix"]."users add default_comment_display int(10) unsigned NOT NULL default '1'", $dblink), __('Already done? OK!'), 0); 341 test(__('Adding status field to users table...' ,341 test(__('Adding status field to users table...'), 342 342 mysql_query('alter table '.$config['table_prefix'].'users add column status enum ("invited","signed-up","pending","active","suspended","banned","deleted")'), __('Already done? OK!'), 0); 343 343 // Create new fields for comment_read_acl and comment_post_acl,