mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Added the access column back into phpgw_addressbook
This commit is contained in:
@ -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();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user