Bugzilla – Attachment 61808 Details for
Bug 12930
Web installer does not show login errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12930 - Followup removing empty else branch
Bug-12930---Followup-removing-empty-else-branch.patch (text/plain), 789 bytes, created by
Marc Véron
on 2017-04-03 18:39:59 UTC
(
hide
)
Description:
Bug 12930 - Followup removing empty else branch
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-03 18:39:59 UTC
Size:
789 bytes
patch
obsolete
>From a65b43d9e0ea4b0afd92f73ee058282c994df516 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Mon, 20 Mar 2017 03:21:22 +0000 >Subject: [PATCH] Bug 12930 - Followup removing empty else branch >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > C4/InstallAuth.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm >index 445c18b..5990f8a 100644 >--- a/C4/InstallAuth.pm >+++ b/C4/InstallAuth.pm >@@ -428,10 +428,6 @@ sub checkpw { > # some features won't be effective : modify systempref, modify MARC structure, > return 2; > } >- else{ >- >- >- } > } > > END { } # module clean-up code here (global destructor) >-- >2.1.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 12930
:
61768
|
61777
|
61807
|
61808
|
62116
|
62117
|
62166