From cf38c79938dfd7a253c0b31831ca40e45ca308fc Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 2 Jun 2006 06:54:37 +0000 Subject: [PATCH] Removed force tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.30.2