X-Git-Url: https://git.cyclocoop.org/?p=garradin.git;a=blobdiff_plain;f=include%2Fclass.db.php;h=4de2fda36b74d8b8b06a39890ea47e0cca4a5b6e;hp=c560c59fde92304edf5ac26e134c03581387c442;hb=f7ee0ae730f47bfef173c394fa4db71a22dece61;hpb=1ab3343a95ed3ef4958d91dfbf49372dce8a092e diff --git a/include/class.db.php b/include/class.db.php index c560c59..4de2fda 100644 --- a/include/class.db.php +++ b/include/class.db.php @@ -191,6 +191,7 @@ class DB extends \SQLite3 public function simpleStatement($query, $args = []) { + //print_r(['query' => $query, 'args' => $args]); $statement = $this->prepare($query); $nb = $statement->paramCount(); @@ -408,4 +409,4 @@ class DB extends \SQLite3 } } -?> \ No newline at end of file +?>