diff --git a/functions/func.parserequest.php b/functions/func.parserequest.php index 67f3fb6..9a9d441 100755 --- a/functions/func.parserequest.php +++ b/functions/func.parserequest.php @@ -375,6 +375,8 @@ if (is_array($mixed)) $row = intval($mixed[1]); + else if (is_numeric($mixed)) + $row = intval($mixed); $row = (is_object($mixed) ? $mixed