diff --git a/notes/trunk/class/class_modules_tools.php b/notes/trunk/class/class_modules_tools.php index a09de7de76ebbf90c4eab2e109caad27d4615fdc..88e568d0ec38a47ddef020b49147c53bfce86dc0 100644 --- a/notes/trunk/class/class_modules_tools.php +++ b/notes/trunk/class/class_modules_tools.php @@ -218,7 +218,7 @@ class notes if($stmt->rowCount()<>0) { array_push($userNotes, 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 'date' => $res->date_note //Date )