Revert "Bug 6679: Fix 6 perlcritic violations in C4/Reports/Guided.pm"
This reverts commit e592536d97
.
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
e52e9fb7a2
commit
0ee7615036
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ sub _get_column_defs {
|
|||
my ($theme, $lang, $availablethemes) = C4::Templates::themelanguage($htdocs, 'about.tt', $section, $cgi);
|
||||
|
||||
my $full_path_to_columns_def_file="$htdocs/$theme/$lang/$columns_def_file";
|
||||
open (my $fh, '<', $full_path_to_columns_def_file);
|
||||
open (my $fh, $full_path_to_columns_def_file);
|
||||
while ( my $input = <$fh> ){
|
||||
chomp $input;
|
||||
if ( $input =~ m|<field name="(.*)">(.*)</field>| ) {
|
||||
|
|
Loading…
Reference in a new issue