mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
git-svn-id: file:///svn/phpbb/trunk@6894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -329,6 +329,12 @@ $database_update_info = array(
|
||||
'prune_viewed' => array('UINT', 0),
|
||||
'prune_freq' => array('UINT', 0),
|
||||
),
|
||||
PRIVMSGS_RULES_TABLE => array(
|
||||
'rule_folder_id' => array('UINT', 0),
|
||||
),
|
||||
PRIVMSGS_TO_TABLE => array(
|
||||
'folder_id' => array('UINT', 0),
|
||||
),
|
||||
),
|
||||
// Remove the following keys
|
||||
'drop_keys' => array(
|
||||
|
||||
Reference in New Issue
Block a user