[Koha-bugs] [Bug 13448] runreport.pl html email striping

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 22 09:53:36 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13448

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to M. Tompsett from comment #3)
> Comment on attachment 34342 [details] [review]
> Bug 13448: Make Striping gmail/hotmail compatible
> 
> Review of attachment 34342 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: misc/cronjobs/runreport.pl
> @@ +249,3 @@
> >          while (my $line = $sth->fetchrow_arrayref) {
> >              foreach (@$line) { defined($_) or $_ = ''; }    # catch undef values, replace w/ ''
> > +            if ($count++ % 2 == 0) {
> 
> This is an ugly coding style!

What's ugly? What do you suggest?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list