From: hickert Date: Thu, 15 Sep 2005 08:16:58 +0000 (+0000) Subject: Fixed divlist X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=346bb54485ebf7ce52875a9f26fe6079583f0a17;p=gosa.git Fixed divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1371 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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(){ }