From 403f8722b12af2c0429e6591e846c27f104c34fc Mon Sep 17 00:00:00 2001 From: ceb Date: Mon, 27 May 2002 22:52:39 +0000 Subject: [PATCH] nextmatchs fix --- preferences/inc/class.uiaclprefs.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/preferences/inc/class.uiaclprefs.inc.php b/preferences/inc/class.uiaclprefs.inc.php index 9d8d84dc88..cce60114c3 100644 --- a/preferences/inc/class.uiaclprefs.inc.php +++ b/preferences/inc/class.uiaclprefs.inc.php @@ -30,8 +30,6 @@ $query = get_var('query',Array('GET','POST')); $s_groups = get_var('s_groups',Array('GET','POST')); $s_users = get_var('s_users',Array('GET','POST')); - $maxm = get_var('maxm',Array('GET','POST')); - $totalentries = get_var('totalentries',Array('GET','POST')); $owner = $GLOBALS['owner']; if (! $acl_app)