Fixed errors about missing applications table

This commit is contained in:
jengo 2000-11-14 07:10:31 +00:00
parent 0180ee6ba7
commit c2f2c419ae

View File

@ -47,8 +47,8 @@
$db->Halt_On_Error = "no";
if (!isset($oldversion)){
$db->query("select app_version from applications where app_name='admin'");
$db->next_record();
@$db->query("select app_version from applications where app_name='admin'");
@$db->next_record();
$oldversion = $db->f("app_version");
}