Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token
authorChris Hall <chrish@catalyst.net.nz>
Thu, 8 Dec 2011 22:04:19 +0000 (11:04 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 15 Dec 2011 12:41:45 +0000 (13:41 +0100)
commit18bb9c22100ba810944a1341a891bc5b2e765255
tree0653a6a70814fe469e8a23f7127113d8ea312b5a
parent47b514cf565f5eaccbefd256f24f82f38b5b4765
Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token

Removed  unneeded self=shift from unshift_token
(as peek and next do not take a self, makes interface more consistent)

http://bugs.koha-community.org/show_bug.cgi?id=5327
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/TTParser.pm