default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / php / freeside_signup_example.php
index 8b1dc19..4805877 100644 (file)
@@ -34,7 +34,7 @@ if ( ! $error ) {
 
     $custnum = $response['custnum'];
 
-    error_log("[new_customer] signup up with custnum $custnum");
+    error_log("[new_customer] new signup with custnum $custnum");
 
 } else {