You are here

function feed_path_publisher_edit in Feed Path Publisher 6

Same name and namespace in other branches
  1. 5 feed_path_publisher.module \feed_path_publisher_edit()
  2. 7 feed_path_publisher.module \feed_path_publisher_edit()
1 string reference to 'feed_path_publisher_edit'
feed_path_publisher_menu in ./feed_path_publisher.module

File

./feed_path_publisher.module, line 123

Code

function feed_path_publisher_edit($fppid) {
  return drupal_get_form('feed_path_publisher_edit_form', $fppid);
}