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)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Jan 2012 22:46:11 +0000 (23:46 +0100)
commit5d499e6d8e09f8d1725cf2d86af04df4cd99b3a0
treec791967039ee74a54dce30ffd58c0f8f0e3d913d
parent481d9ec50167005c183a73cd2215e5dcef915874
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