X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvpdebug.php;h=47e630fc31443fc774d78c38b4ba89ac5a7d5b1c;hp=ae98816ca61685c4c107a42472ac93bb4d6f625d;hb=d6d341a5742ed8021fa768c924846e04d46156e1;hpb=2d37dc712f9986265c4061d25b3107ab62cb70a3 diff --git a/gwvplib/gwvpdebug.php b/gwvplib/gwvpdebug.php index ae98816..47e630f 100644 --- a/gwvplib/gwvpdebug.php +++ b/gwvplib/gwvpdebug.php @@ -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); }