[Koha-patches] [PATCH 2/2] Enable warnings in marctagstructure.pl

Galen Charlton gmcharlt at gmail.com
Tue Feb 9 03:30:12 CET 2010


HI,

On Thu, Oct 1, 2009 at 5:28 AM, Colin Campbell
<colin.campbell at ptfs-europe.com> wrote:
> Fix a couple of comparisons generating warnings
> ---
>  admin/marctagstructure.pl |    5 +++--
> -    unless (C4::Context->config('demo') eq 1) {
> +    unless (C4::Context->config('demo') == 1) {

Patch pushed, but please note for followup that there's nothing
requiring that a 'demo' config setting exist at all.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com



More information about the Koha-patches mailing list