You are here

function photos_form in Album Photos 7.3

Same name and namespace in other branches
  1. 6.2 photos.module \photos_form()

Implements hook_form().

File

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

Code

function photos_form(&$node) {
  require_once 'inc/photos.form.inc';
  return _photos_form($node);
}