1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

is_numeric rather than is_int ... any troubles let me know

git-svn-id: file:///svn/phpbb/trunk@3568 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-27 16:14:25 +00:00
parent 66062783ce
commit 0e711275b5

View File

@ -568,7 +568,7 @@ class auth
$args = func_get_args();
$f = array_pop($args);
if (!is_int($f))
if (!is_numeric($f))
{
$args[] = $f;
$f = 0;