]> git.koha-community.org Git - koha.git/commit
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)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 16 Jan 2012 20:42:59 +0000 (15:42 -0500)
commiteb8f99c37938bc2106843e589f3cce80602a33b8
tree3c3faa88104b285915c33fc99e9ad0184fb6cf21
parentfc2a6415a9185f52f63521376123ff7d5ccf82bc
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>
(cherry picked from commit 18bb9c22100ba810944a1341a891bc5b2e765255)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/TTParser.pm