https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152
--- Comment #22 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #21) > 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? I think it's because of the follow-up, before it was "if defined $pPseudoTransactions". I will add another follow-up, can you double check? -- 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/
