mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Add 3.0.7-RC1 to the updater.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10497 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c0e9bc5126
commit
68cac354aa
1 changed files with 7 additions and 0 deletions
|
@ -906,6 +906,9 @@ function database_update_info()
|
|||
),
|
||||
),
|
||||
),
|
||||
|
||||
// No changes from 3.0.7-RC1 to 3.0.7
|
||||
'3.0.7-RC1' => array(),
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -1597,6 +1600,10 @@ function change_database_data(&$no_updates, $version)
|
|||
|
||||
$no_updates = false;
|
||||
break;
|
||||
|
||||
// No changes from 3.0.7-RC1 to 3.0.7
|
||||
case '3.0.7-RC1':
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue