1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Add it to the changelog. I always forget to commit this file.....

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5591 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-02-26 19:37:50 +00:00
parent 7e5a4434ad
commit bc46c92187
2 changed files with 2 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ function dss_rand()
$val = md5($val);
$board_config['rand_seed'] = md5($board_config['rand_seed'] . $val . 'a');
if($seeded !== true)
if($dss_seeded !== true)
{
$sql = "UPDATE " . CONFIG_TABLE . " SET
config_value = '" . $board_config['rand_seed'] . "'