[Koha-patches] [PATCH] minPasswordLength not returning user back to systempreferences.pl?tab=Patrons. Incorrect reference MinPasswordLength fixed. Could not find bug report.

Garry Collum gcollum at gmail.com
Wed Apr 29 04:55:21 CEST 2009


---
 admin/systempreferences.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index 69a0325..c24a17f 100755
--- a/admin/systempreferences.pl
+++ b/admin/systempreferences.pl
@@ -182,7 +182,7 @@ $tabsysprefs{BorrowerMandatoryField}       = "Patrons";
 $tabsysprefs{borrowerRelationship}         = "Patrons";
 $tabsysprefs{BorrowersTitles}              = "Patrons";
 $tabsysprefs{patronimages}                 = "Patrons";
-$tabsysprefs{MinPasswordLength}            = "Patrons";
+$tabsysprefs{minPasswordLength}            = "Patrons";
 $tabsysprefs{uppercasesurnames}            = "Patrons";
 $tabsysprefs{MaxFine}                      = "Patrons";
 $tabsysprefs{NotifyBorrowerDeparture}      = "Patrons";
-- 
1.5.6.5



More information about the Koha-patches mailing list