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)
Created attachment 154546 [details] [review] Bug 34441: Fixed Typo "Paramater" To test: 1. git grep paramater 2. notice 3 files have spelling mistakes 3. apply the patch 4. git grep paramater 5. notice there are no spelling mistakes for that word
Created attachment 154548 [details] [review] Bug 34441: Fixed Typo "Paramater" To test: 1. git grep paramater 2. notice 3 files have spelling mistakes 3. apply the patch 4. git grep paramater 5. notice there are no spelling mistakes for that word Signed-off-by: Thomas Klausner <domm@plix.at>
Created attachment 155071 [details] [review] Bug 34441: Fixed Typo "Paramater" To test: 1. git grep paramater 2. notice 3 files have spelling mistakes 3. apply the patch 4. git grep paramater 5. notice there are no spelling mistakes for that word Signed-off-by: Thomas Klausner <domm@plix.at> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.11. Nice work everyone, thanks!
Not backported to 23.05.x