Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16e230
)
MDL-31950 - Label - Removing the deprecated label_get_participants function
author
Jason Fowler
<phalacee@gmail.com>
Tue, 8 May 2012 06:53:54 +0000
(14:53 +0800)
committer
Jason Fowler
<phalacee@gmail.com>
Tue, 8 May 2012 06:53:54 +0000
(14:53 +0800)
mod/label/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/label/lib.php
b/mod/label/lib.php
index
2430d17
..
2ca3cc9
100644
(file)
--- a/
mod/label/lib.php
+++ b/
mod/label/lib.php
@@
-110,19
+110,6
@@
function label_delete_instance($id) {
return $result;
}
-/**
- * Returns the users with data in one resource
- * (NONE, but must exist on EVERY mod !!)
- *
- * @todo: deprecated - to be deleted in 2.2
- *
- * @param int $labelid
- */
-function label_get_participants($labelid) {
-
- return false;
-}
-
/**
* Given a course_module object, this function returns any
* "extra" information that may be needed when printing