#4799: Uses $now instead of now() for registration. This confirmation token is fixed.
authorharris wong <hwong@ocad.ca>
Wed, 10 Aug 2011 15:10:46 +0000 (15:10 -0000)
committerharris wong <hwong@ocad.ca>
Wed, 10 Aug 2011 15:10:46 +0000 (15:10 -0000)
docs/registration.php

index 7b6e11b..406dd3d 100644 (file)
@@ -254,7 +254,7 @@ if (isset($_POST['cancel'])) {
                               '$_POST[phone]', 
                               $status, 
                               '$_config[pref_defaults]', 
-                              now(),
+                              '$now',
                               '$_SESSION[lang]', 
                               $_config[pref_inbox_notify], 
                               $_POST[private_email], 
@@ -355,4 +355,4 @@ $savant->assign('languageManager', $languageManager);
 
 $savant->display('registration.tmpl.php');
 
-?>
\ No newline at end of file
+?>