From 0f7bcfa040e24cdc22987259e9b9e34a0f267bbc Mon Sep 17 00:00:00 2001 From: ceb Date: Mon, 27 May 2002 22:38:48 +0000 Subject: [PATCH] nextmatchs fix --- preferences/inc/class.uiaclprefs.inc.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/preferences/inc/class.uiaclprefs.inc.php b/preferences/inc/class.uiaclprefs.inc.php index 4e3b74c02a..9d8d84dc88 100644 --- a/preferences/inc/class.uiaclprefs.inc.php +++ b/preferences/inc/class.uiaclprefs.inc.php @@ -25,13 +25,19 @@ function index() { - $acl_app = get_var('acl_app',Array('GET','POST')); - $owner = $GLOBALS['owner']; + $acl_app = get_var('acl_app',Array('GET','POST')); + $start = get_var('start',Array('GET','POST')); + $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) { - $acl_app = 'preferences'; - $acl_app_not_passed = True; + $acl_app = 'preferences'; + $acl_app_not_passed = True; } $GLOBALS['phpgw_info']['flags']['currentapp'] = $acl_app; @@ -176,7 +182,7 @@ if(!isset($query)) { - $query = ""; + $query = ''; } if(!isset($maxm))