From 64e6a4925d6e7cff16087d5b84645ff379d00f93 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 11 Mar 2016 02:13:39 +0100 Subject: [PATCH] updated account register qq --- mojotrollz/api/qq/MOJO_ACCOUNT_REGISTER.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojotrollz/api/qq/MOJO_ACCOUNT_REGISTER.php b/mojotrollz/api/qq/MOJO_ACCOUNT_REGISTER.php index f05da17..560113e 100644 --- a/mojotrollz/api/qq/MOJO_ACCOUNT_REGISTER.php +++ b/mojotrollz/api/qq/MOJO_ACCOUNT_REGISTER.php @@ -3,6 +3,6 @@ namespace SQL; class MOJO_ACCOUNT_REGISTER extends \SYSTEM\DB\QP { public static function get_class(){return \get_class();} public static function mysql(){return -'INSERT INTO account (username, email, sha_pass_hash) VALUES(UPPER(?),?,?);'; +'INSERT INTO account (username, email, sha_pass_hash, expansion) VALUES(?,?,?,1);'; } } \ No newline at end of file