summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1a7b34)
raw | patch | inline | side by side (parent: c1a7b34)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Sep 2009 15:01:55 +0000 (15:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Sep 2009 15:01:55 +0000 (15:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14195 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index b6b6162db9fa12144c6a2f86d9775d2e5161fe84..4ec646bdd82a46fbbb2612dd0dbc5307f1044166 100644 (file)
$result= "<input type='hidden' value='$this->pid' name='PID'>\n";
$height= 450;
if ($this->height != 0) {
- $result= "<input type='hidden' value='$this->height' id='d_height'>\n";
+ $result.= "<input type='hidden' value='$this->height' id='d_height'>\n";
$height= $this->height;
}