You are here

function photos_form in Album Photos 6.2

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

File

./photos.module, line 359

Code

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