function coder_cron in Coder 5
Same name and namespace in other branches
- 5.2 coder.module \coder_cron()
Implementation of hook_cron().
File
- ./
coder.module, line 59 - Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.
Code
function coder_cron() {
if ($use_cache = variable_get('coder_cache', 1)) {
// TODO: move some of the work here... is this really worth it?
}
}