| 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 |
| 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'), |