originally i had planned for the username to be the email address and
[gwvp.git] / gwvplib / gwvpdebug.php
index ae98816..47e630f 100644 (file)
@@ -59,7 +59,7 @@ function gwvp_DebugCall()
                                        header("Location: $BASE_URL/debug");
                                        break;
                                case "createusersandgroups":
-                                       // gwvp_createUser($email, $fullname, $password, $nick, $desc, $status)
+                                       // gwvp_createUser($email, $fullname, $password, $username, $desc, $status)
                                        for($i=20; $i<120; $i++) {
                                                gwvp_createUser("test$i@test.com", "test$i", "asdf", "test$i", "test$i user", 0);
                                        }