diff --git a/pages/account/53.php b/pages/account/53.php index 69f8b19..b533ddc 100644 --- a/pages/account/53.php +++ b/pages/account/53.php @@ -69,7 +69,7 @@ } echo "\n\n\n\n\n
\n"; - } elseif(intval($_REQUEST['locid']) <= 0) { + } elseif(intval(array_key_exists('locid',$_REQUEST)?$_REQUEST['locid']:0) <= 0) { echo "\n\n\n\n\n
\n"; + $st="";$prev="";$end="";$next=""; $rc = mysql_num_rows(mysql_query("select * from `locations` where `regid`='$regid'")); if($start > 0) {