Subversion Repository Public Repository

Nextrek

Diff Revisions 720 vs 721 for /Android/SmartCharging/endPoints/nightly/repositories/CommentRepository.php

Diff revisions: vs.
  @@ -339,6 +339,7 @@
339 339 try {
340 340 $stmt = $this->db->prepare($query);
341 341 $stmt->bindParam(':id', $id_comment);
342 + $stmt->bindParam(':descrizione', $content);
342 343 $stmt->execute();
343 344
344 345 //$this->db->exec($query);