From e34539af3c97b747835b5eebc36acec14ed445f8 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 2 Sep 2009 15:01:55 +0000 Subject: [PATCH] Do not overwrite existing results. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14195 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2