]> git.koha-community.org Git - koha.git/commit
Bug 6459 : Needless call to C4::Context->dbh in C4::Templates::themelanguage()
authorMagnus Enger <magnus@enger.priv.no>
Sat, 4 Jun 2011 17:51:00 +0000 (19:51 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 14 Jun 2011 00:56:02 +0000 (20:56 -0400)
commit669f73bc0824eca2c9e05f09444cced67798228d
tree1054ab45de4b29f703d9fd665ffd765087c4afb1
parentb76bb054f00ffb06005c46093b52d3c46bd54eae
Bug 6459 : Needless call to C4::Context->dbh in C4::Templates::themelanguage()

As far as I can tell, $dbh is never used again in the scope in which it is
created. This patch simply removes the line.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit a54716e50d2099b06f952c7494b9651db3a7a7de)

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