DT
This commit is contained in:
parent
3ba639ff01
commit
5c3fb39f83
@ -61,7 +61,7 @@ while ($user = $doldb->result->fetch_assoc())
|
||||
if (($account_data = json_encode($data)) == false )
|
||||
{
|
||||
echo json_last_error();
|
||||
exit 0;
|
||||
exit (0);
|
||||
}
|
||||
|
||||
$oc_account_query = "INSERT INTO oc_accounts (uid, data) VALUES ('" . $user["login"] . "','" . $account_data ."')";
|
||||
|
Reference in New Issue
Block a user