http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8519
--- Comment #10 from wajasu <[email protected]> --- Observation: after the "Make-koha-index-daemon-run" and "Remove-zerbaqueue_start" were applied, I still found reference to zebraqueue_start. >From the kohaclone git directory: find . -name "*.*" -exec grep -Hn "zebraqueue_start" {} \; results in: ./C4/Biblio.pm:2660:# the table is emptied by misc/cronjobs/zebraqueue_start.pl script ./C4/Biblio.pm:2714: # the table is emptied by misc/cronjobs/zebraqueue_start.pl script ./C4/AuthoritiesMarc.pm:835: # indexing processes like zebraqueue_start.pl so this must be removed/changed to prevent from confusing future development. wajasu -- 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/
