From b1f1455edcdf1454e8a166c40ee811cf70f9710d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 8 Jul 2006 22:18:36 +0000 Subject: [PATCH] added a list of changed and new addressbook fields --- phpgwapi/setup/tables_update.inc.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index ccf1969c06..c91abe7b6d 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -234,6 +234,29 @@ * as the addressdata of the accounts is no stored only in the addressbook! * * It is called, if needed, from phpgwap_upgrade1_3_007 function + * + * + changes / renamed fields in 1.3+: + * - access --> private (already done by Ralf) + * - tel_msg --> tel_assistent + * - tel_modem --> tel_fax_home + * - tel_isdn --> tel_cell_private + * - tel_voice/ophone --> tel_other + * - address2 --> adr_one_street2 + * - address3 --> adr_two_street2 + * - freebusy_url --> freebusy_uri (i instead l !) + * - fn --> n_fn + * - last_mod --> modified + * + new fields in 1.3+: + * - n_fileas + * - role + * - assistent + * - room + * - calendar_uri + * - url_home + * - created + * - creator (preset with owner) + * - modifier + * - jpegphoto */ function addressbook_upgrade1_2() {