Subversion Repository Public Repository

Nextrek

Diff Revisions 536 vs 537 for /Android/SmartCharging/endPoints/nightly/registrazione_utente.php

Diff revisions: vs.
  @@ -53,7 +53,8 @@
53 53 catch(PDOException $e)
54 54 {
55 55 echo $e->getMessage();
56 - $risposta["return"] = 1;
56 + $risposta = createErrorMessage(1, "Errore DB");
57 + //$risposta["return"] = 1;
57 58 $risposta["id"] = -1;
58 59 $risposta["token"] = "";
59 60 $risposta["avatar_name"] = "";