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

--- Comment #3 from M. Tompsett <mtomp...@hotmail.com> ---
Comment on attachment 34342
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34342
Bug 13448: Make Striping gmail/hotmail compatible

Review of attachment 34342:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13448&attachment=34342)
-----------------------------------------------------------------

::: 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!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to