function bynder_cron in Bynder 7
Same name and namespace in other branches
- 8.3 bynder.module \bynder_cron()
- 8 bynder.module \bynder_cron()
- 8.2 bynder.module \bynder_cron()
- 4.0.x bynder.module \bynder_cron()
Implements hook_cron().
File
- ./
bynder.module, line 473
Code
function bynder_cron() {
bynder_update_media_usage_information();
}