summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0dd3ff)
raw | patch | inline | side by side (parent: d0dd3ff)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 06:54:37 +0000 (06:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 06:54:37 +0000 (06:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3621 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divlist.inc | patch | blob | history |
index 69d43a1fb1b97005c0c3ba17f11d575cf1a41168..52eaecce87fb642fae430ec7c3afbf368377b0d6 100644 (file)
var $i_currentPage;
var $i_entriesPerPage;
- var $height_forced = false;
-
// Added php 4 constructor
function divlist($pageid){
function SetHeight($s_height) {
$this->s_height= $s_height;
- $this->height_forced =true;
}
function SetWidth($s_width) {