Code

Updated initial ocMapping
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 11:44:04 +0000 (11:44 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 11:44:04 +0000 (11:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4327 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_acl.inc

index dbb17540841721f9fc73cdbc88b7a52f4879aab2..398ecd0e188bf661f8490732bd027a6b9f42a69f 100644 (file)
@@ -143,7 +143,7 @@ class acl extends plugin
       }
     }
     $this->aclObjects['all']= '*&nbsp;'._("All categories");
-    $this->ocMapping['all']= array('0' => '0');
+    $this->ocMapping['all']= array('0' => 'all');
 
     /* Sort categories */
     asort($this->aclObjects);