From 48c7fae782966add0c00ed8b1609f1716d602061 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 25 Aug 2008 13:49:32 +0000 Subject: [PATCH] "fixed bug reported by Phillip Herbert on the user list: addressbook view >> more phone numbers does NOT show the fax number" --- addressbook/inc/class.addressbook_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index a299996a1e..e2d52ac0ca 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -1611,7 +1611,7 @@ class addressbook_ui extends addressbook_bo foreach(array_keys($this->contact_fields) as $key) { $readonlys[$key] = true; - if (in_array($key,array('tel_home','tel_work','tel_cell'))) + if (in_array($key,array('tel_home','tel_work','tel_cell','tel_fax'))) { $readonlys[$key.'2'] = true; $content[$key.'2'] = $content[$key];