| 1 |
<?php |
<?php |
| 2 |
// $Id: votingapi_views_handler_relationship.inc,v 1.1.2.6 2009/07/07 03:51:12 eaton Exp $ |
// $Id: votingapi_views_handler_relationship.inc,v 1.1.2.7 2009/07/08 15:55:34 eaton Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 150 |
if ($v['function'] == '**OTHER**') { |
if ($v['function'] == '**OTHER**') { |
| 151 |
$form_state['values']['options']['votingapi']['function'] = $v['function_other']; |
$form_state['values']['options']['votingapi']['function'] = $v['function_other']; |
| 152 |
} |
} |
| 153 |
|
|
| 154 |
|
foreach (array('function_other', 'value_type_other', 'tag_other') as $key) { |
| 155 |
|
unset($form_state['values']['options']['votingapi'][$key]); |
| 156 |
|
} |
| 157 |
} |
} |
| 158 |
|
|
| 159 |
/** |
/** |