From: Christopher Hall Date: Tue, 16 Nov 2010 02:42:25 +0000 (+1300) Subject: Bug 5462: more dash fixing for variable names within scripts X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=236ba72ef6a5ff8de241eb3bac16aa68924a154a;p=koha.git Bug 5462: more dash fixing for variable names within scripts Signed-off-by: Colin Campbell --- diff --git a/admin/authorised_values.pl b/admin/authorised_values.pl index 77ab6f1b45..c26f3a9ec5 100755 --- a/admin/authorised_values.pl +++ b/admin/authorised_values.pl @@ -76,15 +76,15 @@ if ($op eq 'add_form') { } if ($id) { $template->param(action_modify => 1); - $template->param('heading-modify-authorized-value-p' => 1); + $template->param('heading_modify_authorized_value_p' => 1); } elsif ( ! $data->{'category'} ) { $template->param(action_add_category => 1); - $template->param('heading-add-new-category-p' => 1); + $template->param('heading_add_new_category_p' => 1); } else { $template->param(action_add_value => 1); - $template->param('heading-add-authorized-value-p' => 1); + $template->param('heading_add_authorized_value_p' => 1); } - $template->param('use-heading-flags-p' => 1); + $template->param('use_heading_flags_p' => 1); $template->param( category => $data->{'category'}, authorised_value => $data->{'authorised_value'}, lib => $data->{'lib'},