From 956445d6f94cde9805ec008af31301ae5193ad97 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 17 May 2006 03:04:03 +0000 Subject: [PATCH] fileas selector was not readonly in view --- addressbook/inc/class.uicontacts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.uicontacts.inc.php b/addressbook/inc/class.uicontacts.inc.php index b522b1b618..f1d7b9e54c 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -972,7 +972,7 @@ class uicontacts extends bocontacts 'to_app' => 'addressbook', 'to_id' => $content['id'], ); - $readonlys['link_to'] = $readonlys['customfields'] = true; + $readonlys['link_to'] = $readonlys['customfields'] = $readonlys['fileas_type'] = true; $readonlys['button[save]'] = $readonlys['button[apply]'] = $readonlys['change_photo'] = true; $readonlys['button[delete]'] = !$this->check_perms(EGW_ACL_DELETE,$content); $readonlys['button[edit]'] = !$this->check_perms(EGW_ACL_EDIT,$content);