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 Cormack <chrisc@catalyst.net.nz>
Thu, 9 Jun 2011 23:16:36 +0000 (11:16 +1200)
commita54716e50d2099b06f952c7494b9651db3a7a7de
treef9795ede4180db2b6c7e3efab92cac14f5402d56
parent1b5805e336fbcc91def6d10b13d091fe918e8bbe
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>
C4/Templates.pm