https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29484

--- Comment #9 from Tomás Cohen Arazi <[email protected]> ---
(In reply to Jonathan Druart from comment #5)
> I will amend the patch with
> -    ) unless scalar @{$sets} > 0;
> +    ) unless @$sets;

Why? I prefer what I wrote and have been adding it all the time. If it makes
more sense to do it your way, we should make sure it is in the guidelines. I
still prefer to have the reader understand we are talking about the list size.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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