mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add note as contacts field
This commit is contained in:
parent
bf29d759eb
commit
ff6e11b7bc
@ -132,6 +132,7 @@
|
||||
geo varchar(32),
|
||||
url varchar(128),
|
||||
bday varchar(32),
|
||||
note text,
|
||||
a_tel varchar(40) DEFAULT '+1 (000) 000-0000' NOT NULL,
|
||||
a_tel_work boolean DEFAULT 'n' NOT NULL,
|
||||
a_tel_home boolean DEFAULT 'n' NOT NULL,
|
||||
@ -309,7 +310,7 @@
|
||||
);";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre13';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre14';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user