fixes to graph widths

git-svn-id: http://www.observium.org/svn/observer/trunk@2874 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-02-17 00:19:18 +00:00
parent 6494b0603b
commit 6a6ee9cb7f
3 changed files with 10 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ if ($old_rev = @dbFetchCell("SELECT revision FROM `dbSchema`"))
if ($old_rev < 2804) { $db_rev = 5; }
dbQuery("ALTER TABLE `dbSchema` ADD `version` INT NOT NULL");
dbInsert(array('version' => $db_rev), 'dbSchema');
dbInsert(array('version' => $db_rev), 'dbSchema');
}
$updating = 0;
@@ -121,4 +121,4 @@ if ($updating)
echo "-- Done\n";
}
?>
?>