[Koha-cvs] koha/updater updatedatabase [R_2-2-7-1]

paul poulain paul at koha-fr.org
Mon Apr 30 13:54:06 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	paul poulain <tipaul>	07/04/30 11:54:06

Modified files:
	updater        : updatedatabase 

Log message:
	fix for #1333 (MinPasswordLength error)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.100.2.54.2.2&r2=1.100.2.54.2.3

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.54.2.2
retrieving revision 1.100.2.54.2.3
diff -u -b -r1.100.2.54.2.2 -r1.100.2.54.2.3
--- updatedatabase	6 Mar 2007 15:16:06 -0000	1.100.2.54.2.2
+++ updatedatabase	30 Apr 2007 11:54:05 -0000	1.100.2.54.2.3
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.54.2.2 2007/03/06 15:16:06 tipaul Exp $
+# $Id: updatedatabase,v 1.100.2.54.2.3 2007/04/30 11:54:05 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1435,7 +1435,7 @@
                 'type' => 1
             },
             explanation => "Minimum length for patron passwords",
-            type => 'YesNo',
+            type => 'Integer',
             value =>5,
         },
 
@@ -2208,6 +2208,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.54.2.3  2007/04/30 11:54:05  tipaul
+# fix for #1333 (MinPasswordLength error)
+#
 # Revision 1.100.2.54.2.2  2007/03/06 15:16:06  tipaul
 # MinPasswordLength
 #





More information about the Koha-cvs mailing list