Bug 19971: Typo in the comments of parseQuery routine
authorOlivier Crouzet <kohateam@univ-lyon3.fr>
Mon, 15 Jan 2018 16:22:22 +0000 (17:22 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 23 Jan 2018 02:31:40 +0000 (02:31 +0000)
commit431d315534c9f41d4418b528bf9b78970f235a46
tree4ed38746a8944d38e2c87ae8f1e64f5e99f4dcd3
parent42ff4bfca63da3e4e8df39b4f6bce703f7cc9213
Bug 19971: Typo in the comments of parseQuery routine

TEST PLAN
---------
1) Run these commands:
    git checkout master
    git pull
    perldoc C4::Search
2) look for parseQuery
    -- NOTE: The sample code provided below this heading has
             the wrong function name!
3) Run these commands:
    git checkout -b bug_19971 origin/master
    perldoc C4::Search
4) look for parseQuery
    -- NOTE: The wrong function name is corrected.
5) Run koha qa test tools

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Search.pm