From 89d064d65e332cc3250ea01cd19c1368f82e0f79 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 10 Jun 2014 07:06:26 +0000 Subject: [PATCH] More adjustments to refresh interval --- app/registrations/status_registrations.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php index 906208b345..34d3ea05d6 100644 --- a/app/registrations/status_registrations.php +++ b/app/registrations/status_registrations.php @@ -135,7 +135,7 @@ require_once "resources/check_auth.php"; $refresh = $_SESSION['registrations']['refresh']['numeric']; } else { - $_SESSION['registrations']['refresh']['numeric'] = 0; + $refresh = 0; } echo "\n"; echo " \n"; echo " \n";