You are here

function bynder_cron in Bynder 7

Same name and namespace in other branches
  1. 8.3 bynder.module \bynder_cron()
  2. 8 bynder.module \bynder_cron()
  3. 8.2 bynder.module \bynder_cron()
  4. 4.0.x bynder.module \bynder_cron()

Implements hook_cron().

File

./bynder.module, line 473

Code

function bynder_cron() {
  bynder_update_media_usage_information();
}