]> git.mjollnir.org Git - moodle.git/commitdiff
Removed unnecessary functions
authormoodler <moodler>
Fri, 21 Nov 2003 14:03:06 +0000 (14:03 +0000)
committermoodler <moodler>
Fri, 21 Nov 2003 14:03:06 +0000 (14:03 +0000)
mod/label/lib.php

index f6f9c0519e1b7be20d05407a4436f4ebfb633332..74c7fd366a4032929ad4296381f513b9eb761509 100644 (file)
@@ -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;
 }