From e3bec29cf8672102c848e937dfb093f61dbedfea Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sun, 22 Mar 2015 08:14:30 +0000 Subject: [PATCH] dblayer : bad function name git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2046 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- dblayer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dblayer.php b/dblayer.php index 611f674..778f6a2 100644 --- a/dblayer.php +++ b/dblayer.php @@ -551,7 +551,7 @@ class dblayer extends PDO array_walk ($binds, function(&$value, $key) { $value = md5 ($value); }); - $datasOK = $this->pre-insert ($datasOK); + $datasOK = $this->preinsert ($datasOK); $req = "INSERT INTO $this->sep$this->tableprefix$this->table$this->sep "; $req .= "($this->sep". implode ("$this->sep,$this->sep", array_keys ($datasOK)).