0 ) { if( $_POST[ 'threshold' ] < 0 ) $_POST[ 'threshold' ] = -$_POST[ 'threshold' ]; foreach( CVGetOptions() as $key => $value ) { if( isset( $_POST[ $key ] ) ) update_option( 'pitchvote_' . $key, stripslashes( $_POST[ $key ] ) ); } } $pitchvoteOptions = CVGetOptions(); function makeRadioButton($name, $label, $value, $checked) { if( $checked ) $checked = 'checked'; else $checked = ''; return ""; } ?>