Code

Added possibililty to hide the | character
[gosa.git] / gosa-core / include / class_plugin.inc
index 5fd81afbbccc9986874a5efe35996c2a6102e55c..57fc5107d0b1493be47f47d40687ade74c39fdf9 100644 (file)
@@ -1016,7 +1016,7 @@ class plugin
         foreach ($this->config->adepartments as $key => $ntag){
 
           /* This one is bigger than our dn, its not relevant... */
-          if ($len <= strlen($key)){
+          if ($len < strlen($key)){
             continue;
           }