mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
Adding cat_id to phpgw_addressbook
This commit is contained in:
@ -107,6 +107,7 @@
|
||||
tid varchar(1),
|
||||
owner int,
|
||||
access char(7),
|
||||
cat_id varchar(32),
|
||||
fn varchar(64),
|
||||
n_family varchar(64),
|
||||
n_given varchar(64),
|
||||
@ -311,7 +312,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre21';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre22';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user