mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-64880 mod_wiki: remove useless wiki_cron() function
This commit is contained in:
parent
124999563a
commit
ce97cd44e4
1 changed files with 0 additions and 14 deletions
|
@ -347,20 +347,6 @@ function wiki_print_recent_activity($course, $viewfullnames, $timestart) {
|
||||||
|
|
||||||
return true; // True if anything was printed, otherwise false
|
return true; // True if anything was printed, otherwise false
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* Function to be run periodically according to the moodle cron
|
|
||||||
* This function searches for things that need to be done, such
|
|
||||||
* as sending out mail, toggling flags etc ...
|
|
||||||
*
|
|
||||||
* @uses $CFG
|
|
||||||
* @return boolean
|
|
||||||
* @todo Finish documenting this function
|
|
||||||
**/
|
|
||||||
function wiki_cron() {
|
|
||||||
global $CFG;
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Must return an array of grades for a given instance of this module,
|
* Must return an array of grades for a given instance of this module,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue