| 1 |
<?php |
<?php |
| 2 |
// $Id: contact_forms.module,v 1.13 2009/10/11 05:41:04 gpdinoz Exp $ |
// $Id: contact_forms.module,v 1.14 2009/10/23 11:40:59 gpdinoz Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 71 |
//Set the weight of the category name so It appears above our inserted info area |
//Set the weight of the category name so It appears above our inserted info area |
| 72 |
$form['category']['#weight']='-1'; |
$form['category']['#weight']='-1'; |
| 73 |
|
|
| 74 |
$form['selected'] = array( |
|
|
'#type' => 'hidden', |
|
|
'#value' => 0, |
|
|
); |
|
| 75 |
} |
} |
| 76 |
|
|
| 77 |
// Alter contact settings form |
// Alter contact settings form |