HI, On Thu, Oct 1, 2009 at 5:28 AM, Colin Campbell <[email protected]> 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 [email protected] _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
