Bug 3200

Summary: missing quotes in rebuild_unimarc_100.pl
Product: Koha Reporter: Chris Cormack <chris>
Component: Installation and upgrade (command-line installer)Assignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact:
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: PC   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Cormack 2010-05-21 01:07:36 UTC


---- Reported by henry@cmi.univ-mrs.fr 2009-05-07 16:56:03 ----

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";
     }
 #
 }



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:07 UTC  ---

This bug was previously known as _bug_ 3200 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3200

Unknown operating system SunOS. Setting to default OS "All".
Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was henry@cmi.univ-mrs.fr.

Comment 1 Katrin Fischer 2013-04-13 16:51:37 UTC
The code given in the bug report is not present in misc/migration_tools/22_to_30/rebuild_unimarc_100.pl using the current master branch.