Bug 24153: Make sure $count will not be reused for another purpose
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 Jun 2020 14:11:21 +0000 (16:11 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 14:08:22 +0000 (16:08 +0200)
commit3d24d4de4482fc5bd631457a8339d20b0f30164b
tree637afdb19dcc8d623b80dd5f648acfa5ae6e7ff5
parent1a1e6d2163023c800e6ab5a2e337f700c48f7962
Bug 24153: Make sure $count will not be reused for another purpose

The $count variable should be defined per block and set to 0 to avoid
confusion.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/cronjobs/cleanup_database.pl