diff --git a/index.php b/index.php index 7d17b05f..adf9cbe9 100644 --- a/index.php +++ b/index.php @@ -686,7 +686,7 @@ function print_add_ticket() $v['name'] = $hesklang[$v['name']]; } - $v['req'] = $v['req'] ? '*' : ''; + $v['req'] = $v['req'] ? '*' : ''; if ($v['type'] == 'checkbox') { $k_value = array();