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:
@@ -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)).
|
||||
|
||||
Reference in New Issue
Block a user