From 6d185a890f5c565e64ad432644c880212232104b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 29 Jan 2006 19:55:53 +0000 Subject: [PATCH] Can't redeclare constructor --- pagination.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pagination.php b/pagination.php index 1a228b6..3a2314d 100644 --- a/pagination.php +++ b/pagination.php @@ -141,18 +141,6 @@ class Pagination $this->__construct($registry); } - /** - * Constructor: sanitize incoming variables - * - * @param string Name of page number variable - * @param string Name of per-page variable - */ - function Pagination($page, $perpage) - { - global $bugsys; - - } - // ################################################################### /** * Sets an ISSO field -- 2.22.5