summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9d3258)
raw | patch | inline | side by side (parent: d9d3258)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Sep 2005 08:16:58 +0000 (08:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
index de4fcd289f77bed61c6336abd55df1013a528f6e..4349664aa76d2754f1b08809243b9923bf0baab5 100644 (file)
}
-
- 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(){
}