Code

Fixed post handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 23 Jul 2010 15:19:21 +0000 (15:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 23 Jul 2010 15:19:21 +0000 (15:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19093 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 9f6084c8f17ad995f837f663781c632ff7aac0c4..d6518ad9aef543c6ac83f54534b0643f4c81eba2 100644 (file)
@@ -1367,7 +1367,7 @@ class systemManagement extends management
     static function filterSystemDescription($row,$dn,$pid,$state,$description=array())
     {
         $dn= LDAP::fix(func_get_arg(1));
-        $desc = isset($description[0])?$description[0]:"&nbsp;";
+        $desc = isset($description[0])?$description[0]:"";
         $rc = "";
         switch($state){
             case 'locked' : $rc = "<rowClass:entry-locked/><rowLabel:locked/>"; break;