From 236ba72ef6a5ff8de241eb3bac16aa68924a154a Mon Sep 17 00:00:00 2001 From: Christopher Hall Date: Tue, 16 Nov 2010 15:42:25 +1300 Subject: [PATCH] Bug 5462: more dash fixing for variable names within scripts Signed-off-by: Colin Campbell --- admin/authorised_values.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'}, -- 2.20.1