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>
Wed, 15 Feb 2012 09:47:23 +0000 (10:47 +0100)
commitd0bb27bf230fb06d4ad263574df811bb67d5d4a2
tree1be38fed00436dd961184cf9876cae36e35dce94
parent181f3b36eec7ab46d54d0e73073dbdc919e4ce7a
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: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/TTParser.pm