summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3f0b67)
raw | patch | inline | side by side (parent: d3f0b67)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 15:19:21 +0000 (15:19 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 9f6084c8f17ad995f837f663781c632ff7aac0c4..d6518ad9aef543c6ac83f54534b0643f4c81eba2 100644 (file)
static function filterSystemDescription($row,$dn,$pid,$state,$description=array())
{
$dn= LDAP::fix(func_get_arg(1));
- $desc = isset($description[0])?$description[0]:" ";
+ $desc = isset($description[0])?$description[0]:"";
$rc = "";
switch($state){
case 'locked' : $rc = "<rowClass:entry-locked/><rowLabel:locked/>"; break;