| 1 |
<?php |
<?php |
| 2 |
// $Id: flexinode_admin.module,v 1.5 2007/01/27 14:46:39 ber Exp $ |
// $Id: flexinode_admin.module,v 1.5.2.1 2007/02/07 10:08:21 ber Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file Administration interface for flexinode. |
* @file Administration interface for flexinode. |
| 459 |
function flexinode_admin_field_select($ctype_id = NULL) { |
function flexinode_admin_field_select($ctype_id = NULL) { |
| 460 |
$form = $options = array(); |
$form = $options = array(); |
| 461 |
|
|
| 462 |
$form['#action'] = url('admin/node/field/'); |
$form['#action'] = url('admin/node/field'); |
| 463 |
$form['#redirect'] = FALSE; |
$form['#redirect'] = FALSE; |
| 464 |
$form['field_type'] = array( |
$form['field_type'] = array( |
| 465 |
'#type' => 'select', |
'#type' => 'select', |