Skip to content
Snippets Groups Projects
Commit e8df116e authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2682 use PDO

parent 94816a48
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ class notes ...@@ -218,7 +218,7 @@ class notes
if($stmt->rowCount()<>0) { if($stmt->rowCount()<>0) {
array_push($userNotes, array_push($userNotes,
array('id' => $res->id, //ID array('id' => $res->id, //ID
'label' => $this->show_string($res->note_text), //Label 'label' => functions::show_string($res->note_text), //Label
'author' => $res->user_id, //Author 'author' => $res->user_id, //Author
'date' => $res->date_note //Date 'date' => $res->date_note //Date
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment