function ctools_cron
Implementation of hook_cron. Clean up old caches.
File
-
./
ctools.module, line 683
Code
function ctools_cron() {
ctools_include('utility');
$items = array();
ctools_passthrough('ctools', 'cron', $items);
}