]> git.koha-community.org Git - koha.git/commit
Bug 13521: Removed superflous semicolon
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 6 Jan 2015 06:48:29 +0000 (06:48 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 2 Feb 2015 18:43:30 +0000 (07:43 +1300)
commit754c44183f908647b8fa66b56aa4715709ee71e5
tree9146bdea02ad67806d75d18870bfd513a98a283e
parentd059d907e1d4bffa173c9b0a5d3a187d546df09d
Bug 13521: Removed superflous semicolon

Removed an uneeded semicolon from the end of an 'if' block. This should
not affect operation of the script.

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 a36c7435f23b7d69e8286370774fbb8554e7f98f)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Auth.pm