From: moodler Date: Fri, 21 Nov 2003 14:03:06 +0000 (+0000) Subject: Removed unnecessary functions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2185622e769cffd950b25be17cf82d6089dbe789;p=moodle.git Removed unnecessary functions --- diff --git a/mod/label/lib.php b/mod/label/lib.php index f6f9c0519e..74c7fd366a 100644 --- a/mod/label/lib.php +++ b/mod/label/lib.php @@ -55,26 +55,9 @@ function label_delete_instance($id) { return $result; } -function label_user_outline($course, $user, $mod, $label) { -/// Return a small object with summary information about what a -/// user has done with a given particular instance of this module -/// Used for user activity reports. -/// $return->time = the time they did it -/// $return->info = a short text description - - return NULL; -} - -function label_user_complete($course, $user, $mod, $label) { -/// Print a detailed representation of what a user has done with -/// a given particular instance of this module, for user activity reports. - - return false; -} - function label_get_participants($labelid) { //Returns the users with data in one resource -//(NONE, byt must exists on EVERY mod !!) +//(NONE, but must exist on EVERY mod !!) return false; }