Bugzilla – Attachment 34975 Details for
Bug 13521
Auth.pm code issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13521: Removed superflous semicolon
Bug-13521-Removed-superflous-semicolon.patch (text/plain), 979 bytes, created by
Martin Renvoize (ashimema)
on 2015-01-06 06:57:28 UTC
(
hide
)
Description:
Bug 13521: Removed superflous semicolon
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-01-06 06:57:28 UTC
Size:
979 bytes
patch
obsolete
>From 48951c1404ca7507152e5d4246ba89b4f05aef6b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 6 Jan 2015 06:48:29 +0000 >Subject: [PATCH] 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. >--- > C4/Auth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index e7a6ab1..975cd7c 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -686,7 +686,7 @@ sub _timeout_syspref { > # value in days, convert in seconds > if ( $timeout =~ /(\d+)[dD]/ ) { > $timeout = $1 * 86400; >- }; >+ } > return $timeout; > } > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13521
:
34975
|
34976
|
35339
|
35340
|
35410
|
35411