1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 10:05:19 +02:00

I'm sooo bored with re-fixing things

git-svn-id: file:///svn/phpbb/trunk@2454 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-31 16:08:06 +00:00
parent 014869d3fe
commit ae429f8477

View File

@ -592,7 +592,7 @@ else if ( $search_keywords != '' || $search_author != '' || $search_id )
}
else
{
if ( is_int($search_id) )
if ( intval($search_id) )
{
$sql = "SELECT search_array
FROM " . SEARCH_TABLE . "