From 12eadfe4fe65c6e55ea91f73be7245275743c9fd Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 26 Aug 2008 10:43:57 +0000 Subject: [PATCH] bugfix for missing search/cancel buttons in advanced search dialog --- 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 0453dcb530..1d25d40cfa 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -1681,7 +1681,7 @@ $readonlys['button[vcard]'] = true; $readonlys['change_photo'] = true; $readonlys['fileas_type'] = true; $readonlys['creator'] = true; - $readonlys['button'] = true; + $readonlys['button'] = false; // disable not needed tabs $readonlys[$this->tabs]['cats'] = !($content['cat_tab'] = $this->config['cat_tab']); $readonlys[$this->tabs]['custom'] = !$this->customfields;