Skip to content

Commit

Permalink
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.…
Browse files Browse the repository at this point in the history
…11-RC1

PHPBB3-10965
  • Loading branch information
naderman committed Jul 23, 2012
1 parent 1017288 commit 19237f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/install/database_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ function database_update_info()
// No changes from 3.0.10 to 3.0.11-RC1
'3.0.10' => array(),
// Changes from 3.0.11-RC1 to 3.0.11-RC2
'3.0.5' => array(
'3.0.11-RC1' => array(
'add_columns' => array(
PROFILE_FIELDS_TABLE => array(
'field_show_novalue' => array('BOOL', 0),
Expand Down

0 comments on commit 19237f5

Please sign in to comment.