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

@ -106,6 +106,7 @@
lid varchar(32),
tid varchar(1),
owner int,
access char(7),
fn varchar(64),
n_family varchar(64),
n_given varchar(64),
@ -310,7 +311,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();
?>