echo '<br />';
note_print($note, NOTES_SHOW_BODY | NOTES_SHOW_HEAD);
print_footer();
-}
\ No newline at end of file
+}
+?>
\ No newline at end of file
$mform->setType('note', PARAM_INT);
}
}
+?>
\ No newline at end of file
*/
function note_list($courseid=0, $userid=0, $state = '', $author = 0, $order='lastmodified DESC', $limitfrom=0, $limitnum=0) {
// setup filters
- $select = array();
+ $selects = array();
if($courseid) {
$selects[] = 'courseid=' . $courseid;
}
print_table($table);
echo '<div style="width:100%;text-align:center;"><input type="submit" value="' . get_string('savechanges'). '" /></div></form>';
print_footer($course);
+?>