T1703221638
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
$error = 11101;
|
||||
} else {
|
||||
$database->query('INSERT INTO "Users" ("name", "ID") VALUES ($1, $2);', array($name, $uid));
|
||||
echo pg_result($database);
|
||||
$data = array('uid'=>$uid, 'name'=>$name);
|
||||
}
|
||||
$response = Database::create_response($data, $error);
|
||||
|
||||
Reference in New Issue
Block a user