Bug 14555: Warns in opac-search.pl
authorMartin Stenberg <martin@xinxidi.net>
Mon, 21 Sep 2015 11:16:39 +0000 (13:16 +0200)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 04:35:20 +0000 (04:35 +0000)
commitab81a0feeebf1c01857755f53060dcc255960e9b
tree73030acb63bebbd8267eb4041522a1a5d73f3348
parent4120e48b0ffe974636f8b070ea3c3f3956948409
 Bug 14555: Warns in opac-search.pl

Avoid use of uninitialized value in split

== Test plan ==
1. Go to opac advanced search
2. Click "Search" without any search query
3. Log file will show "Use of uninitialized value in split at ..."
4. Apply this patch
5. Repeat step 1 and 2
6. Log file should no longer show "Use of uninitialized value in split at ..."

Sponsored-by: Regionbibliotek Halland / County library of Halland
Signed-off-by: Aleisha <aleishaamohia@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
At step 2 you have to check a criteria

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
opac/opac-search.pl