Bug 15572: TransformHtmlToMarc - rewrite the loop
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 12 Jan 2016 15:49:15 +0000 (16:49 +0100)
committerJesse Weaver <jweaver@bywatersolutions.com>
Mon, 25 Jan 2016 14:09:50 +0000 (07:09 -0700)
commit65895285d9c47e7fab13b0f67d0d0f7409c0673d
treec307fbc9aa3bf1b5368d3b6a204510ad151ee3e8
parentde5f4e3cc394b8635d048a6f7201d994af5b4be8
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 <f.demians@tamil.fr>
  Make sense. Add readability. Infinite loop no more possible.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Patches previously applied in reverse order.
C4/Biblio.pm