[Koha-patches] [PATCH] Bug 7846 - get_batch_summary massive speedup

Dobrica Pavlinusic dpavlin at rot13.org
Fri Apr 13 12:55:29 CEST 2012


On Fri, Apr 13, 2012 at 12:49:34PM +0200, Dobrica Pavlinusic wrote:
> +use Carp;
> +use Data::Dump qw(dump);
> +
>  sub html_table {
> +Carp::cluck("# html_table ",dump(@_));
>      my $headers = shift;
>      my $data = shift;
>      return undef if scalar(@$data) == 0;      # no need to generate a table if there is not data to display

Ignore man who handn't had enough copy not to commit debug code :-)

Fixed patch in next e-mail...

-- 
Dobrica Pavlinusic               2share!2flame            dpavlin at rot13.org
Unix addict. Internet consultant.             http://www.rot13.org/~dpavlin


More information about the Koha-patches mailing list