mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed git-svn-id: file:///svn/phpbb/trunk@6705 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -292,7 +292,8 @@ CREATE TABLE [phpbb_confirm] (
|
||||
[confirm_id] [char] (32) DEFAULT ('') NOT NULL ,
|
||||
[session_id] [char] (32) DEFAULT ('') NOT NULL ,
|
||||
[confirm_type] [int] DEFAULT (0) NOT NULL ,
|
||||
[code] [varchar] (8) DEFAULT ('') NOT NULL
|
||||
[code] [varchar] (8) DEFAULT ('') NOT NULL ,
|
||||
[seed] [int] DEFAULT (0) NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
Reference in New Issue
Block a user