acl_app was missing using nextmatchs

This commit is contained in:
ceb 2002-05-27 22:02:56 +00:00
parent de3fcb1c70
commit f5a29b607c

View File

@ -25,7 +25,7 @@
function index()
{
$acl_app = get_var('acl_app',Array('GET'));
$acl_app = get_var('acl_app',Array('GET','POST'));
$owner = $GLOBALS['owner'];
if (! $acl_app)
@ -216,7 +216,8 @@
. ' <input type="hidden" name="totalentries" value="'.$totalentries.'">'."\n"
. ' <input type="hidden" name="start" value="'.$start.'">'."\n"
. ' <input type="hidden" name="query" value="'.$query.'">'."\n"
. ' <input type="hidden" name="owner" value="'.$owner.'">'."\n";
. ' <input type="hidden" name="owner" value="'.$owner.'">'."\n"
. ' <input type="hidden" name="acl_app" value="'.$acl_app.'">'."\n";
$var = Array(
'errors' => '',