dblayer : bad function name

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2047 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-03-22 08:15:35 +00:00
parent e3bec29cf8
commit ba5f375b5a

View File

@@ -551,7 +551,7 @@ class dblayer extends PDO
array_walk ($binds, function(&$value, $key) {
$value = md5 ($value);
});
$datasOK = $this->preinsert ($datasOK);
$datasOK = $this->hookpreinsert ($datasOK);
$req = "INSERT INTO $this->sep$this->tableprefix$this->table$this->sep ";
$req .= "($this->sep".
implode ("$this->sep,$this->sep", array_keys ($datasOK)).