function support_cron in Support Ticketing System 6
Same name and namespace in other branches
- 7 support.module \support_cron()
Implementation of hook_cron().
File
- ./
support.module, line 287 - support.module
Code
function support_cron() {
if (variable_get('support_cron_download_mail', TRUE)) {
support_fetch_client_mail();
}
}