https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152
--- Comment #21 from Marcel de Rooy <[email protected]> --- Looks good to me, minor points: + || defined $pPseudoTransactions ) { print "You did not specify any cleanup work for the script to do.\n\n"; => Looks like you forgot the alternative parameters here with from and to ? Follow-up added. Use of uninitialized value $pPseudoTransactions in concatenation (.) or string at misc/cronjobs/cleanup_database.pl line 462. Purging pseudonymized transactions older than days. => Since we have three pars, removed the one parameter from the message. Looks like it is not possible to purge with days 0 ? Is the time stripped in the dtf parsing? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
