]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 2 Feb 2018 08:38:08 +0000 (09:38 +0100)
commit7084f4689543470ecdee3b13588a5ea425bee62e
tree8c64b693ffaddf65fff4aa9d11b3353c9d11a15f
parent3097ef634eef46d20ea379be37a19fa08c53a6d0
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>
(cherry picked from commit 431d315534c9f41d4418b528bf9b78970f235a46)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Search.pm