mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:10 +01:00
removed unnecessary ';' in query in register_hooks, MaxDB treats them as SQL-errors
This commit is contained in:
parent
446d92f9b0
commit
ccb4700624
@ -234,7 +234,7 @@
|
||||
$filename = "hook_$hook.inc.php";
|
||||
}
|
||||
$this->db->query("INSERT INTO phpgw_hooks (hook_appname,hook_location,hook_filename)".
|
||||
" VALUES ('$appname','$location','$filename');");
|
||||
" VALUES ('$appname','$location','$filename')");
|
||||
}
|
||||
return True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user