/[drupal]/contributions/modules/importexportapi/definitions/importexportapi_filter.inc
ViewVC logotype

Diff of /contributions/modules/importexportapi/definitions/importexportapi_filter.inc

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

revision 1.6, Tue Aug 29 04:33:45 2006 UTC revision 1.6.6.1, Wed May 6 14:35:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: importexportapi_filter.inc,v 1.5 2006/08/19 15:58:53 jaza Exp $  // $Id: importexportapi_filter.inc,v 1.6 2006/08/29 04:33:45 jaza Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 51  function filter_def() { Line 51  function filter_def() {
51      '#xml_plural' => 'filters',      '#xml_plural' => 'filters',
52      '#csv_plural' => 'filters'      '#csv_plural' => 'filters'
53    );    );
54      $def['fid'] = array(
55        '#type' = 'int',
56        '#title' = 'Filter ID',
57      );
58    $def['format'] = array(    $def['format'] = array(
59      '#type' => 'int',      '#type' => 'int',
60      '#title' => t('Input format ID'),      '#title' => t('Input format ID'),

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.6.1

  ViewVC Help
Powered by ViewVC 1.1.2