[Koha-bugs] [Bug 29077] Warns when searching blank index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 24 22:58:17 CEST 2021


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
  @indexes = grep(/.+/, @indexes)

This is correct, but in actual code we see much more occurrences of :
  grep { $_ ne q{} } @array

In my opinion it is better.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list