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            [email protected]
Unix addict. Internet consultant.             http://www.rot13.org/~dpavlin
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to