aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-10-31 20:31:51 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-10-31 20:31:51 +0000
commit1128bf8788f274aefd6ac756d2c3bece2b4dcdd8 (patch)
tree1f44d38de963f94aa4f50b2177dea4538984fee5 /phpBB/install
parentace934284a4f6e97d5de65b8f74f50561f6edcc3 (diff)
downloadforums-1128bf8788f274aefd6ac756d2c3bece2b4dcdd8.tar
forums-1128bf8788f274aefd6ac756d2c3bece2b4dcdd8.tar.gz
forums-1128bf8788f274aefd6ac756d2c3bece2b4dcdd8.tar.bz2
forums-1128bf8788f274aefd6ac756d2c3bece2b4dcdd8.tar.xz
forums-1128bf8788f274aefd6ac756d2c3bece2b4dcdd8.zip
Changing regeneration of the rand seed
git-svn-id: file:///svn/phpbb/trunk@6542 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 3feb804b67..e7785f5d62 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -224,6 +224,7 @@ INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('num_po
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('num_topics', '1', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('num_users', '1', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('rand_seed', '0', 1);
+INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('rand_seed_last_update', '0', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('record_online_date', '0', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('record_online_users', '0', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('search_last_gc', '0', 1);