Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.6.6.1, Wed May 6 14:35:21 2009 UTC | revision 1.6.6.2, Wed May 6 16:20:38 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: importexportapi_filter.inc,v 1.6 2006/08/29 04:33:45 jaza Exp $ | // $Id: importexportapi_filter.inc,v 1.6.6.1 2009/05/06 14:35:21 earnie Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 52 function filter_def() { | Line 52 function filter_def() { |
| 52 | '#csv_plural' => 'filters' | '#csv_plural' => 'filters' |
| 53 | ); | ); |
| 54 | $def['fid'] = array( | $def['fid'] = array( |
| 55 | '#type' = 'int', | '#type' => 'int', |
| 56 | '#title' = 'Filter ID', | '#title' => 'Filter ID', |
| 57 | ); | ); |
| 58 | $def['format'] = array( | $def['format'] = array( |
| 59 | '#type' => 'int', | '#type' => 'int', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |