Bug 3200 - missing quotes in rebuild_unimarc_100.pl
Summary: missing quotes in rebuild_unimarc_100.pl
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: unspecified
Hardware: PC All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 04:56 UTC by Chris Cormack
Modified: 2014-12-07 20:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.