replaced global vars with superglobals equivalent

This commit is contained in:
Jonathan Ernst
2004-12-14 02:26:38 +00:00
committed by WineHQ
parent ddbe53da8b
commit f250434f2a
2 changed files with 30 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ if(mysql_num_rows($result) == 0)
{
// do something
echo html_frame_start("","98%");
echo "No matches found for $q\n";
echo "No matches found for ".$_REQUEST['q']."\n";
echo html_frame_end();
}
else