From f76648809e73b14b5305f086df6b3e09dab70fff Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 21 Mar 2006 14:09:55 +0000 Subject: [PATCH] Clarify doc comment. --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datalib.php b/lib/datalib.php index 29ae6a3155b..e4216328d21 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -2803,7 +2803,7 @@ function instance_is_visible($moduletype, $module) { * @uses SITEID * @param int $courseid The course id * @param string $module The module name - e.g. forum, journal, resource, course, user etc - * @param string $action View, edit, post (often but not always the same as the file.php) + * @param string $action 'view', 'update', 'add' or 'delete', possibly followed by another word to clarify. * @param string $url The file and parameters used to see the results of the action * @param string $info Additional description information * @param string $cm The course_module->id if there is one