diff --git a/discovery.php b/discovery.php index dab3a14b5..725a78634 100755 --- a/discovery.php +++ b/discovery.php @@ -56,7 +56,7 @@ if (file_exists('.svn')) if ($dbu_rev+0 > $db_rev) { if($db_rev+0 < "1000") { - echo("SVN revision changed.\nRunning pre-revision 100 SQL update script...\n"); + echo("SVN revision changed.\nRunning pre-revision 1000 SQL update script...\n"); shell_exec("scripts/update-sql.php database-update-pre1000.sql"); } echo("SVN revision changed.\nRunning development SQL update script from r$db_rev to r" . trim($dbu_rev) . "...\n");