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-31944 feedback: remove deprecated function feedback_get_participants()
author
Ankit Agarwal
<ankit@moodle.com>
Thu, 10 May 2012 07:16:47 +0000
(15:16 +0800)
committer
Ankit Agarwal
<ankit@moodle.com>
Thu, 10 May 2012 07:16:47 +0000
(15:16 +0800)
mod/feedback/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/lib.php
b/mod/feedback/lib.php
index
2e95a10
..
3c9809b
100644
(file)
--- a/
mod/feedback/lib.php
+++ b/
mod/feedback/lib.php
@@
-557,15
+557,6
@@
function feedback_cron () {
return true;
}
-/**
- * @todo: deprecated - to be deleted in 2.2
- * @return bool false
- */
-function feedback_get_participants($feedbackid) {
- return false;
-}
-
-
/**
* @return bool false
*/