mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Finished adding in the new hooks code
This commit is contained in:
@ -289,7 +289,16 @@
|
||||
)";
|
||||
$db->query($sql);
|
||||
|
||||
$currentver = "0.9.8pre4";
|
||||
$sql = "create table phpgw_hooks (
|
||||
hook_id int not null auto_increment,
|
||||
hook_appname varchar(255),
|
||||
hook_location varchar(255),
|
||||
hook_filename varchar(255),
|
||||
primary key hook_id (hook_id)
|
||||
);";
|
||||
$db->query($sql);
|
||||
|
||||
$currentver = "0.9.8pre5";
|
||||
$oldversion = $currentver;
|
||||
update_version_table();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user