You are here

function coder_cron in Coder 5.2

Same name and namespace in other branches
  1. 5 coder.module \coder_cron()

Implementation of hook_cron().

File

./coder.module, line 69
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?
  }
}