Skip to content
Snippets Groups Projects
Commit 337908d1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent 2db39ce6
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ class ConnecteurActul ...@@ -142,7 +142,7 @@ class ConnecteurActul
public function majActTable(string $tableName): int public function majActTable(string $tableName): int
{ {
$sql = $this->getActulQuery($tableName); $sql = $this->getActulQuery($tableName);
$data = $this->actul->select($sql, ['fetch' => Bdd::FETCH_ALL]); $data = $this->actul->select($sql, [], ['fetch' => Bdd::FETCH_ALL]);
$key = $this->getTableKey($tableName); $key = $this->getTableKey($tableName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment