http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15572
--- Comment #10 from Jonathan Druart <[email protected]> --- Created attachment 46643 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46643&action=edit Bug 15572: TransformHtmlToMarc - rewrite the loop This rewrites the while loop into a for loop, so $i still gets incremented when we call next Signed-off-by: Frédéric Demians <[email protected]> Make sense. Add readability. Infinite loop no more possible. Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
