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:
Andreas Fischer 2010-02-17 12:58:52 +00:00
parent c0e9bc5126
commit 68cac354aa

View file

@ -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; $no_updates = false;
break; break;
// No changes from 3.0.7-RC1 to 3.0.7
case '3.0.7-RC1':
break;
} }
} }