From: hickert Date: Wed, 2 Sep 2009 15:01:55 +0000 (+0000) Subject: Do not overwrite existing results. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e34539af3c97b747835b5eebc36acec14ed445f8;p=gosa.git Do not overwrite existing results. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14195 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index b6b6162db..4ec646bdd 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -266,7 +266,7 @@ class listing { $result= "\n"; $height= 450; if ($this->height != 0) { - $result= "\n"; + $result.= "\n"; $height= $this->height; }