From: Dobrica Pavlinusic Date: Tue, 10 Dec 2013 00:07:28 +0000 (+0100) Subject: remote debug output X-Git-Url: http://git.rot13.org/?p=koha-bibliografija;a=commitdiff_plain;h=baea1f26f977c3da020afb0fce7722732b19ac6e;hp=faaff59c17307f21073a4cc45bed7c06c99d49f2 remote debug output --- diff --git a/html.pl b/html.pl index 7cd3dcf..32fa173 100755 --- a/html.pl +++ b/html.pl @@ -75,7 +75,7 @@ while( my $row = $sth_auth->fetchrow_hashref ) { push @{ $skip->{no_academic_group} }, $row; } - warn "# ", dump( $row ); +# warn "# ", dump( $row ); push @{ $auth_department->{ $row->{department} } }, $row->{authid}; push @authors, $row; $department_in_sum->{ $row->{department} }++;