lib/kolab_client_task.php

Aleksander Machniak machniak at kolabsys.com
Fri Apr 6 08:28:40 CEST 2012


 lib/kolab_client_task.php |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 454a0238a538f73c91a7c6b88b95f52e83e2439f
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Apr 6 08:28:12 2012 +0200

    Remove entrydn field, value doesn't exist

diff --git a/lib/kolab_client_task.php b/lib/kolab_client_task.php
index 0bbef04..f647847 100644
--- a/lib/kolab_client_task.php
+++ b/lib/kolab_client_task.php
@@ -904,13 +904,6 @@ class kolab_client_task
                     'type'      => kolab_form::INPUT_HIDDEN,
                     'value'     => $data['id']
                 );
-
-            $fields['entrydn'] = Array(
-                    'section'   => 'system',
-                    'type'      => kolab_form::INPUT_HIDDEN,
-                    'value'     => $data['entrydn']
-                );
-
         }
 
         return array($fields, $types, $type);





More information about the commits mailing list