Adding cat_id to phpgw_addressbook

This commit is contained in:
Miles Lott
2001-03-25 05:39:03 +00:00
parent ba4a726d8b
commit e1e01851d7
5 changed files with 86 additions and 3 deletions

View File

@ -109,6 +109,7 @@
tid char(1),
owner int(8),
access char(7),
cat_id varchar(32),
fn varchar(64),
n_family varchar(64),
n_given varchar(64),
@ -343,7 +344,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();
// $phpgw_setup->update_version_table();