You are here

function scald_gallery_scald_register_atom in Scald: Gallery 7.2

Implements hook_scald_register_atom().

File

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

Code

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