[Koha-cvs] Changes to koha/updater/updatedatabase [rel_2_2]

paul poulain paul at koha-fr.org
Mon Dec 5 10:41:36 CET 2005


Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.13 koha/updater/updatedatabase:1.100.2.14
--- koha/updater/updatedatabase:1.100.2.13	Tue Nov 29 14:50:30 2005
+++ koha/updater/updatedatabase	Mon Dec  5 09:41:35 2005
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.13 2005/11/29 14:50:30 hdl Exp $
+# $Id: updatedatabase,v 1.100.2.14 2005/12/05 09:41:35 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -926,7 +926,7 @@
         },
         {
             uniquefieldrequired => 'variable',
-            variable            => 'NotifiyBorrowerDeparture',
+            variable            => 'NotifyBorrowerDeparture',
             value               => '0',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1},
@@ -1529,6 +1529,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.14  2005/12/05 09:41:35  tipaul
+# typo fix : NofifyBorrowerDeparture instead of NotifiyBorrowerDeparture
+#
 # Revision 1.100.2.13  2005/11/29 14:50:30  hdl
 # Adding a notice before departure of a borrower
 #





More information about the Koha-cvs mailing list