diff options
-rw-r--r-- | pages/account/59.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/account/59.php b/pages/account/59.php index 5a327a9..0eb6042 100644 --- a/pages/account/59.php +++ b/pages/account/59.php @@ -43,6 +43,11 @@ if (array_key_exists('ticketno', $_SESSION)) { $ticketno = $_SESSION['ticketno']; } +$oldid = 0; +if (array_key_exists('oldid', $_REQUEST)) { + $oldid = intval($_REQUEST['oldid']); +} + // Support Engineer access restrictions $support=0; if ($userid != $_SESSION['profile']['id']) { |