You are here

function scald_gallery_scald_update_atom in Scald: Gallery 7.2

Implements hook_scald_update_atom().

File

./scald_gallery.module, line 234
Scald Gallery is a Scald Atom Provider for image galleries.

Code

function scald_gallery_scald_update_atom($atom, $mode) {
  scald_gallery_update_gallery_thumbnail($atom);
}