Code

Removed debug condition
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Oct 2009 13:52:47 +0000 (13:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Oct 2009 13:52:47 +0000 (13:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14672 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/class_userManagement.inc

index dfab7aeff04b3eb18c78241d53c41bb9c6ebc744..aef3056f3c0cba0e8684f10b51383480af101fae 100644 (file)
@@ -741,7 +741,7 @@ class userManagement extends management
 
     // Walk thru map
     foreach ($map as $oc => $properties) {
-      if (in_array_ics($oc, $classes) || 1) {
+      if (in_array_ics($oc, $classes)) {
         $result.="<input class='center' type='image' src='".$properties['image']."' ".
                  "alt='".$properties['alt']."' title='".$properties['title'].
                  "' name='listing_edit_".$properties['plugin']."_$row' style='padding:1px'>";