Some comments to indicate standard and other functions

This commit is contained in:
martin
2002-09-22 04:29:18 +00:00
parent 66ea15f3cc
commit bbe3efd8e1
+4 -1
View File
@@ -6,6 +6,8 @@ $JOURNAL_RATING = array ("3" => get_string("journalrating3", "journal"),
// STANDARD MODULE FUNCTIONS /////////////////////////////////////////////////////////
function journal_user_outline($course, $user, $mod, $journal) {
if ($entry = get_record_sql("SELECT * FROM journal_entries
WHERE user='$user->id' AND journal='$journal->id'")) {
@@ -159,7 +161,8 @@ function journal_print_recent_activity(&$logs, $isteacher=false) {
return $content;
}
// End of standard module functions
// OTHER JOURNAL FUNCTIONS ///////////////////////////////////////////////////////////////////
function journal_get_users_done($journal) {