You are here

function scald_gallery_scald_add_form_fill in Scald: Gallery 7.2

Same name and namespace in other branches
  1. 7 scald_gallery.module \scald_gallery_scald_add_form_fill()

Implements hook_scald_add_form_fill().

File

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

Code

function scald_gallery_scald_add_form_fill($atom, $form, $form_state) {
  $atom->title = $form_state['values']['title'];
}