Added the access column back into phpgw_addressbook

This commit is contained in:
jengo
2001-03-24 08:33:55 +00:00
parent 597232c14d
commit 12e24d7284
4 changed files with 17 additions and 4 deletions

View File

@ -108,7 +108,7 @@
lid varchar(32),
tid char(1),
owner int(8),
access char(7),
fn varchar(64),
n_family varchar(64),
n_given varchar(64),
@ -343,7 +343,7 @@
)";
$phpgw_setup->db->query($sql);
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre19';
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre21';
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
update_version_table();
// $phpgw_setup->update_version_table();