/[drupal]/contributions/modules/webform_pdf/webform_pdf.module
ViewVC logotype

Diff of /contributions/modules/webform_pdf/webform_pdf.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Jul 18 04:45:03 2008 UTC revision 1.2, Thu Sep 18 17:33:30 2008 UTC
# Line 30  function webform_pdf_menu($may_cache) { Line 30  function webform_pdf_menu($may_cache) {
30                'access' => 'create content',                'access' => 'create content',
31                //'type' => MENU_LOCAL_TASK,                //'type' => MENU_LOCAL_TASK,
32              );              );
33                  $items[] = array(                  /*$items[] = array(
34                'path' => 'webform_pdf/print_forms',                'path' => 'webform_pdf/print_forms',
35                'title' => t('Print Forms'),                'title' => t('Print Forms'),
36                    'callback' => 'drupal_get_form',                    'callback' => 'drupal_get_form',
37                'callback arguments' => 'webform_pdf_print_forms',                'callback arguments' => 'webform_pdf_print_forms',
38                'access' => true,                'access' => true,
39              );              );*/
40          }          }
41          return $items;          return $items;
42  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2