diff pages/register.inc.php @ 646:2eeca16e9c96

Improve attendee adding/updating data validation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Nov 2014 03:13:40 +0200
parents dc53c26e6667
children c6df2ea4d5bf
line wrap: on
line diff
--- a/pages/register.inc.php	Mon Nov 03 02:15:36 2014 +0200
+++ b/pages/register.inc.php	Mon Nov 03 03:13:40 2014 +0200
@@ -160,7 +160,7 @@
   stChkRequestItem("hash", $hash,
     array(CHK_GTEQ, VT_STR, 0, "Invalid data."));
 
-  stValidateRequestUserData(FALSE);
+  stValidateRequestUserData(FALSE, FALSE);
 
   $answer = stGetRequestItem("botcheck");
   if (hashToAnswer($hash) != intval($answer))