You are here

function photos_cron in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 photos.module \photos_cron()
  2. 8.4 photos.module \photos_cron()
  3. 6.2 photos.module \photos_cron()
  4. 7.3 photos.module \photos_cron()

Implements hook_cron().

File

./photos.module, line 996
Implementation of photos.module.

Code

function photos_cron() {

  // Update photos count.
  PhotosAlbum::resetCount(TRUE);
}