lib/client

Aleksander Machniak machniak at kolabsys.com
Fri Oct 5 11:53:37 CEST 2012


 lib/client/kolab_client_task_domain.php |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 85f8f22ad08c5ebcc8d0043315a1dce2b8006a82
Author: Aleksander Machniak <alec at alec.pl>
Date:   Fri Oct 5 11:52:02 2012 +0200

    Fix domain searching - replace 'cn' with 'associateddomain' (Bug #1083)
    Remove email field from domain search form

diff --git a/lib/client/kolab_client_task_domain.php b/lib/client/kolab_client_task_domain.php
index edb716e..71a138a 100644
--- a/lib/client/kolab_client_task_domain.php
+++ b/lib/client/kolab_client_task_domain.php
@@ -312,8 +312,7 @@ class kolab_client_task_domain extends kolab_client_task
             'name'    => 'field',
             'type'    => kolab_form::INPUT_SELECT,
             'options' => array(
-                'cn'   => kolab_html::escape($this->translate('search.name')),
-                'mail' => kolab_html::escape($this->translate('search.email')),
+                'associateddomain' => kolab_html::escape($this->translate('search.name')),
             ),
         ));
         $form->add_element(array(





More information about the commits mailing list