http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

--- Comment #17 from Frédéric Demians <[email protected]> ---
> - POD is not up to date (--tags in summary, -h is not supported, "Scan all
> URLs found in 856$u" or in others tags :))
> - Perhaps a modification in the other script is necessary (to indicate that
> an other one is available).

Thanks. I will submit an improved version of this patch.

> - I think the following lines
>     my %h = map { $_ => undef } @tags;
>     @tags = sort keys %h;
> could be replaced with:
>     @tags = sort @tags;

No. This 2 lines are there to deduplicate tags, in any case...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to