aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/update_script.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/update_script.php')
-rw-r--r--phpBB/update_script.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/update_script.php b/phpBB/update_script.php
index 92d6f3ac37..7a3d200742 100644
--- a/phpBB/update_script.php
+++ b/phpBB/update_script.php
@@ -23,6 +23,7 @@ if ( $row = $db->sql_fetchrow($result) )
$sql = array();
switch ( $row['config_value'] )
{
+ case '.0.0':
case '.1.0 [20020402]':
echo 'Updating from [20020402] :: ';
flush();