summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afe1dac)
raw | patch | inline | side by side (parent: afe1dac)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Oct 2009 13:52:47 +0000 (13:52 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc
index dfab7aeff04b3eb18c78241d53c41bb9c6ebc744..aef3056f3c0cba0e8684f10b51383480af101fae 100644 (file)
// 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'>";