dblayer : bad function name
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2046 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -551,7 +551,7 @@ class dblayer extends PDO
|
|||||||
array_walk ($binds, function(&$value, $key) {
|
array_walk ($binds, function(&$value, $key) {
|
||||||
$value = md5 ($value);
|
$value = md5 ($value);
|
||||||
});
|
});
|
||||||
$datasOK = $this->pre-insert ($datasOK);
|
$datasOK = $this->preinsert ($datasOK);
|
||||||
$req = "INSERT INTO $this->sep$this->tableprefix$this->table$this->sep ";
|
$req = "INSERT INTO $this->sep$this->tableprefix$this->table$this->sep ";
|
||||||
$req .= "($this->sep".
|
$req .= "($this->sep".
|
||||||
implode ("$this->sep,$this->sep", array_keys ($datasOK)).
|
implode ("$this->sep,$this->sep", array_keys ($datasOK)).
|
||||||
|
|||||||
Reference in New Issue
Block a user