feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
150 changed files with 579 additions and 5302 deletions
Showing only changes of commit cbee830f7a - Show all commits

View File

@ -443,6 +443,7 @@ class Toku extends Ideal\Service
$statement = $this->connection->prepare($query);
$statement->execute($params);
$results = $statement->fetchAll(PDO::FETCH_COLUMN);
$this->logger->debug('Results', $results);
if (count($results) === 0) {
return false;
}