forked from extern/egroupware
Fixed errors about missing applications table
This commit is contained in:
parent
0180ee6ba7
commit
c2f2c419ae
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user