Code

Removed debug output.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Nov 2010 13:13:18 +0000 (13:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Nov 2010 13:13:18 +0000 (13:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20263 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_userinfo.inc

index a1180da22cbad09122ef00374617cf49641cd5c0..e6acbb2b5ce46cc3841642f40ec1670c9aea6d39 100644 (file)
@@ -708,7 +708,6 @@ class userinfo
             }
           }
         }else{
-          trigger_error("Invalid type of category ".$category);
           $acl = "";
         }
         $this->result_cache['has_complete_category_acls'][$dn][$category] = $acl;