Code

Fixed divlist
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2005 08:16:58 +0000 (08:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2005 08:16:58 +0000 (08:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1371 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index de4fcd289f77bed61c6336abd55df1013a528f6e..4349664aa76d2754f1b08809243b9923bf0baab5 100644 (file)
@@ -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(){
        
        }