Code

Added acl check for conferences
[gosa.git] / plugins / admin / groups / class_groupAcl.inc
index c56dd69c711bcfec4fd1584bf2d4733cead7e63c..cc5c435823d6421c55c76a864dc77c2e871c5e75 100644 (file)
@@ -202,7 +202,7 @@ class acl extends plugin
        asort ($name);
 
        # Generate checklist
-       $display.= "<table style=\"width:100%;\">\n";
+       $display.= "<table summary=\"\" style=\"width:100%;\">\n";
        $switch= 0;
        foreach ($name as $key => $val){
                if ($switch == 0){