| 1 |
<?php |
<?php |
| 2 |
// $Id: importexportapi_comment.inc,v 1.9 2006/09/11 14:49:25 jaza Exp $ |
// $Id: importexportapi_comment.inc,v 1.10 2006/12/26 07:05:01 jaza Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 61 |
'#type' => 'datetime', |
'#type' => 'datetime', |
| 62 |
'#title' => t('Last modified date') |
'#title' => t('Last modified date') |
| 63 |
); |
); |
|
$def['score'] = array( |
|
|
'#type' => 'int', |
|
|
'#title' => t('Score') |
|
|
); |
|
| 64 |
$def['status'] = array( |
$def['status'] = array( |
| 65 |
'#type' => 'int', |
'#type' => 'int', |
| 66 |
'#title' => t('Published') |
'#title' => t('Published') |