mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user