From: martin Date: Sun, 22 Sep 2002 06:47:11 +0000 (+0000) Subject: Updated module template with module_print_recent_activity() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d3ff0711fea90c7c6c70c395d66961daa28d14c;p=moodle.git Updated module template with module_print_recent_activity() --- diff --git a/mod/README b/mod/README index a08f73aaf8..191ce46ae7 100644 --- a/mod/README +++ b/mod/README @@ -29,5 +29,7 @@ Standard components expected of each module: modulename_cron() + modulename_print_recent_activity() + See newmodule_template.zip in this directory for a blank template to help you get started. diff --git a/mod/newmodule_template.zip b/mod/newmodule_template.zip index 99a105aa6a..5a75e65e8b 100644 Binary files a/mod/newmodule_template.zip and b/mod/newmodule_template.zip differ