Fix for Drupal 6 menu system

  1. function image_fupload_menu() {
  2.   ................
  3.   ................
  4.  
  5.   $items['node/add/%image_node_type/list_images'] = array(
  6.     'title' => 'Edit Captions',
  7.     'access arguments' => array('edit captions'),
  8.     'page callback' => 'drupal_get_form',
  9.     'page arguments' => array('fupload_list_images', 2),    
  10.     'type' => MENU_CALLBACK,
  11.     'file' => 'includes/images.previewlist.inc',
  12.   );
  13.   return $items;
  14. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.