1
0

version fonctionnelle

This commit is contained in:
Daniel Tartavel
2021-06-17 18:35:51 +02:00
parent 3c303efeb9
commit ab2f9b87a7
243 changed files with 23955 additions and 100 deletions

View File

@ -169,6 +169,7 @@ class db
$this->query($query);
$planes = $this->result->fetch_all(MYSQLI_ASSOC);
print json_encode($planes);
//log_write(json_encode($planes), INFO);
return $planes;
}
@ -203,7 +204,7 @@ class db
log_write("savePeripetie " . $query);
//$query .= $this->protect($this->effetPeripetie) . "', '";
//$query .= $this->protect($this->expeMail) . "', '";
//$query .= $this->protect($this->destMail) . "')"; echo $query . EOL;
//$query .= $this->protect($this->destMail) . "')";
$this->query($query);
}