From: atif-shaikh Date: Thu, 9 Apr 2015 12:24:28 +0000 (+0530) Subject: CRM-16254 - Cannot create a custom Search X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c09c22c39579de79786bba9f46b55018ac45e3f5;p=civicrm-core.git CRM-16254 - Cannot create a custom Search https://issues.civicrm.org/jira/browse/CRM-16254 --- diff --git a/CRM/Admin/Form/Options.php b/CRM/Admin/Form/Options.php index 5818f2b1c2..aed51b5186 100644 --- a/CRM/Admin/Form/Options.php +++ b/CRM/Admin/Form/Options.php @@ -171,12 +171,6 @@ class CRM_Admin_Form_Options extends CRM_Admin_Form { TRUE ); - $this->add('text', - 'value', - ts('Value'), - CRM_Core_DAO::getAttribute('CRM_Core_DAO_OptionValue', 'value'), - TRUE - ); if (!in_array($this->_gName, array( 'email_greeting', 'postal_greeting',