[Bug 3200] New: missing quotes in rebuild_unimarc_100.pl
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3200 Summary: missing quotes in rebuild_unimarc_100.pl Product: Koha Version: unspecified Platform: PC OS/Version: SunOS Status: NEW Severity: enhancement Priority: P5 Component: Installation (command-line installer) AssignedTo: galen.charlton@liblime.com ReportedBy: henry@cmi.univ-mrs.fr Estimated Hours: 0.0 Change sponsored?: --- please add: $ diff -u ./misc/migration_tools/22_to_30/rebuild_unimarc_100.pl-ori ./misc/migration_tools/22_to_30/rebuild_unimarc_100.pl --- ./misc/migration_tools/22_to_30/rebuild_unimarc_100.pl-ori Fri Mar 20 15:19:22 2009 +++ ./misc/migration_tools/22_to_30/rebuild_unimarc_100.pl Thu Apr 30 12:06:22 2009 @@ -37,7 +37,7 @@ else { warn "problem with :".$biblionumber." , Marc undefined"; - print "find with select biblionumber, title, author from biblio join biblioitems USING (biblionumber) where marcxml IS NULL or marcxml =""\n"; + print "find with select biblionumber, title, author from biblio join biblioitems USING (biblionumber) where marcxml IS NULL or marcxml =\"\"\n"; } # } -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@liblime.com