]> git.koha-community.org Git - koha.git/commit
Bug 13521: Add missing semicolon
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 6 Jan 2015 06:54:00 +0000 (06:54 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 2 Feb 2015 18:44:30 +0000 (07:44 +1300)
commitc619aa9f7fd3363975d6d2743fb024279aec85be
treead52892a59e6ffdf7a78d452fea49c556d137133
parent754c44183f908647b8fa66b56aa4715709ee71e5
Bug 13521: Add missing semicolon

Add a missing semicolon to the end of a template variable assignment
line. This patch should not affect operation.

Note: With Bug 13499 we did a non-destructive perltidy, as such we only
affected indenting and whitespace to maintain blame history. However, a
number of minor code issues were also highlighted, in this series of
patches I hope to correct other minor style issues.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit f73dc51a88e63a7ef7cf30d3d88c09b30bb2c177)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Auth.pm