Remove some deprecated methods calls

This commit is contained in:
Benoît Burnichon
2016-03-06 23:05:55 +01:00
parent ba4274eb28
commit 6cdc9d7a31
77 changed files with 322 additions and 307 deletions

View File

@@ -73,11 +73,11 @@ class Session_Logger
$stmt = $this->databox->get_connection()->prepare($sql);
$params = [
':log_id' => $this->get_id()
, ':record_id' => $record->get_record_id()
, ':action' => $action
, ':final' => $final
, ':comm' => $comment
':log_id' => $this->get_id(),
':record_id' => $record->getRecordId(),
':action' => $action,
':final' => $final,
':comm' => $comment,
];
$stmt->execute($params);