From: hickert Date: Fri, 2 Jun 2006 06:54:37 +0000 (+0000) Subject: Removed force tags X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cf38c79938dfd7a253c0b31831ca40e45ca308fc;p=gosa.git Removed force tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divlist.inc b/include/class_divlist.inc index 69d43a1fb..52eaecce8 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -16,8 +16,6 @@ class divlist { var $i_currentPage; var $i_entriesPerPage; - var $height_forced = false; - // Added php 4 constructor function divlist($pageid){ @@ -51,7 +49,6 @@ class divlist { function SetHeight($s_height) { $this->s_height= $s_height; - $this->height_forced =true; } function SetWidth($s_width) {