]> 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)
committerMason James <mtj@kohaaloha.com>
Thu, 9 Apr 2015 02:19:58 +0000 (14:19 +1200)
commitc9d12187da005391b4cb8358e7adbcbab105e9ff
tree947694db52a9a43a3cad37b233138a720ad7661a
parentb20092a566a84f76cb80f6974d7900060e9647b2
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: Mason James <mtj@kohaaloha.com>
C4/Auth.pm