Skip to content

Commit

Permalink
minor fixes/typo for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Sep 28, 2007
1 parent 667e08e commit db4ff7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion notes/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@
echo '<br />';
note_print($note, NOTES_SHOW_BODY | NOTES_SHOW_HEAD);
print_footer();
}
}
?>
1 change: 1 addition & 0 deletions notes/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ function definition() {
$mform->setType('note', PARAM_INT);
}
}
?>
2 changes: 1 addition & 1 deletion notes/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
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;
}
Expand Down
1 change: 1 addition & 0 deletions user/addnote.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@
print_table($table);
echo '<div style="width:100%;text-align:center;"><input type="submit" value="' . get_string('savechanges'). '" /></div></form>';
print_footer($course);
?>

0 comments on commit db4ff7f

Please sign in to comment.