diff --git a/phpgwapi/inc/class.hooks.inc.php b/phpgwapi/inc/class.hooks.inc.php index 8ead32c1bb..c5927e29d0 100644 --- a/phpgwapi/inc/class.hooks.inc.php +++ b/phpgwapi/inc/class.hooks.inc.php @@ -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; }