Finished adding in the new hooks code

This commit is contained in:
jengo
2000-12-18 01:44:42 +00:00
parent efe775d040
commit 3bb96fbf02
5 changed files with 49 additions and 3 deletions

View File

@ -260,7 +260,15 @@
)";
$db->query($sql);
$currentver = "0.9.8pre4";
$sql = "create table phpgw_hooks (
hook_id serial,
hook_appname varchar(255),
hook_location varchar(255),
hook_filename varchar(255)
);";
$db->query($sql);
$currentver = "0.9.8pre5";
$oldversion = $currentver;
update_version_table();
?>