ACTUALLY run the whole update script for <1000 instead of never

git-svn-id: http://www.observium.org/svn/observer/trunk@1006 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-03-11 18:18:39 +00:00
parent 59b85a9b4a
commit c89000b132

View File

@@ -55,7 +55,7 @@ if (file_exists('.svn'))
if ($dbu_rev+0 > $db_rev)
{
if($dbu_rev+0 < "1000") {
if($db_rev+0 < "1000") {
echo("SVN revision changed.\nRunning pre-revision 100 SQL update script...\n");
shell_exec("scripts/update-sql.php database-update-pre1000.sql");
}