From 346bb54485ebf7ce52875a9f26fe6079583f0a17 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Sep 2005 08:16:58 +0000 Subject: [PATCH] Fixed divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1371 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/class_divlist.inc b/include/class_divlist.inc index de4fcd289..4349664aa 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -27,18 +27,6 @@ class divlist { } - - function __construct($pageid){ - $this->i_currentPage = 0; - $this->i_entriesPerPage = 10; - $this->s_summary = ""; - $this->a_entries = array(); - $this->a_header = array(); - $this->b_displayPageNums= true; - $this->cols = 0; - $this->pageid = $pageid ; - } - function __destruct(){ } -- 2.30.2