http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8674 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- I realize that we don't really have firm coding guidelines for command line scripts (http://wiki.koha-community.org/wiki/Coding_Guidelines#Command-line_argument_... sounds preliminary), but I'm inclined to not sign off on this script because it offers no help to the user. Running it with no arguments doesn't give me feedback about specifying a file, and running it with "--help" returns no help. Other than that the script seems to be working as expected. Records with items are not deleted, records without items are deleted and added to oldbiblio. I wonder if it would be useful to show a different message if a biblionumber is not found? Re-running the script on a file of already-deleted records returns "OK" for each. -- You are receiving this mail because: You are watching all bug changes.