From bbe3efd8e142abd9f333daa732666a7aa19fffb2 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 22 Sep 2002 04:29:18 +0000 Subject: [PATCH] Some comments to indicate standard and other functions --- mod/journal/lib.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/journal/lib.php b/mod/journal/lib.php index 297cbe57e3..182ac5e20a 100644 --- a/mod/journal/lib.php +++ b/mod/journal/lib.php @@ -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) { -- 2.39.5