From 5c3fb39f83672a4da4c79be28940ae4304195bdd Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Tue, 3 Sep 2019 01:27:43 +0200 Subject: [PATCH] DT --- nconnector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nconnector.php b/nconnector.php index 22415e0..a1c6ed4 100755 --- a/nconnector.php +++ b/nconnector.php @@ -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 ."')";