Check for a submit using $_POST not $_REQUEST

This commit is contained in:
Paul van Schayck
2004-12-18 01:50:58 +00:00
committed by WineHQ
parent c68112a010
commit 29f6b75292

View File

@@ -57,7 +57,7 @@ function show_user_fields()
} }
if($_REQUEST) if($_POST)
{ {
$user = new User(); $user = new User();