[Koha-patches] [PATCH] Messaging Preferences for Intranet

Michael Hafen mdhafen at tech.washk12.org
Wed Feb 4 00:55:14 CET 2009


Yes, thank you.   I am very happy to see this.

On Tue, 2009-02-03 at 16:02 -0600, Daniel Sweeney wrote:
> From: John Beppu <john.beppu at liblime.com>
[snip]
> +# remove keys from %newdata that ModMember() doesn't like
> +{
> +    my @keys_to_delete =
> +        map { ("items_borrowed_$_", "items_returned_$_") } qw(email sms feed);
> +    push @keys_to_delete, qw(
> +        BorrowerMandatoryField
> +        category_type
> +        check_member
> +        destination
> +        nodouble
> +        op
> +        save
> +        select_roadtype
> +        updtype
> +    );
> +    for (@keys_to_delete) {
> +        delete($newdata{$_});
> +    }
> +}
> +
[snip]
-- 
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://koha-dev.washk12.org
or
git://koha-dev.washk12.org/koha




More information about the Koha-patches mailing list