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

            Bug ID: 34441
           Summary: Typo: paramater
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: Academy
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: katrin.fisc...@bsz-bw.de
        QA Contact: testo...@bugs.koha-community.org

Found this by accident, but we have a few paramaters instead of parameters
around:

git grep paramater


catalogue/search.pl:# Fetch the paramater list as a hash in scalar context:
catalogue/search.pl:#  * returns paramater list as tied hash ref
catalogue/search.pl:#  * multivalued CGI paramaters are returned as a packaged
string separated by "\0" (null)
opac/opac-search.pl:# Fetch the paramater list as a hash in scalar context:
opac/opac-search.pl:#  * returns paramater list as tied hash ref
opac/opac-search.pl:#  * multivalued CGI paramaters are returned as a packaged
string separated by "\0" (null)
tools/cleanborrowers.pl:# Fetch the paramater list as a hash in scalar context:
tools/cleanborrowers.pl:#  * returns paramater list as tied hash ref
tools/cleanborrowers.pl:#  * multivalued CGI paramaters are returned as a
packaged string separated by "\0" (null)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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