[Koha-patches] [PATCH] minor fixes to UNIMARC_sync_date_created_with_marc_biblio.pl

Galen Charlton galen.charlton at liblime.com
Thu Dec 11 17:36:25 CET 2008


- chmod 0755
- add newline in error message shown if attempting to
  run in MARC21 database
---
 .../UNIMARC_sync_date_created_with_marc_biblio.pl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 mode change 100644 => 100755 misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl

diff --git a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl
old mode 100644
new mode 100755
index c94a5a4..3aef5c6
--- a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl
+++ b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl
@@ -69,5 +69,5 @@ if (lc(C4::Context->preference('marcflavour')) eq "unimarc"){
 process();
 } 
 else {
-	print "this script is UNIMARC only and should be used only on unimarc databases";
+	print "this script is UNIMARC only and should be used only on unimarc databases\n";
 }
-- 
1.5.5.GIT




More information about the Koha-patches mailing list