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

Galen Charlton galen.charlton at liblime.com
Wed Apr 29 14:50:27 CEST 2009


Hi Garry,

I have pushed this patch.  As this appears to be the first patch of
yours accepted into the public repository, let me welcome to the ranks
of Koha committers.  Send more patches!

By the way, if you find and fix a bug that hasn't been reported yet,
it's fine (and recommended) for you to create a bug for it in
bugs.koha.org.

Regards,

Galen

On Tue, Apr 28, 2009 at 10:55 PM, Garry Collum <gcollum at gmail.com> wrote:
> ---
>  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
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list