From 8c850ff3fe51427a9b2e335e275ba7ee18c5a077 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 28 Apr 2009 22:55:21 -0400 Subject: [PATCH] minPasswordLength not returning user back to systempreferences.pl?tab=Patrons. Incorrect reference MinPasswordLength fixed. Could not find bug report. Signed-off-by: Galen Charlton --- admin/systempreferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 69a03253d5..c24a17fcf6 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"; -- 2.39.5