mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-04 13:55:02 +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";
|
$filename = "hook_$hook.inc.php";
|
||||||
}
|
}
|
||||||
$this->db->query("INSERT INTO phpgw_hooks (hook_appname,hook_location,hook_filename)".
|
$this->db->query("INSERT INTO phpgw_hooks (hook_appname,hook_location,hook_filename)".
|
||||||
" VALUES ('$appname','$location','$filename');");
|
" VALUES ('$appname','$location','$filename')");
|
||||||
}
|
}
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user