Bugzilla – Attachment 72363 Details for
Bug 19160
CAS Single Logout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19160: Remove tab characters causing qa script to fail
Bug-19160-Remove-tab-characters-causing-qa-script-.patch (text/plain), 1019 bytes, created by
Kyle M Hall (khall)
on 2018-03-02 13:44:38 UTC
(
hide
)
Description:
Bug 19160: Remove tab characters causing qa script to fail
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-02 13:44:38 UTC
Size:
1019 bytes
patch
obsolete
>From 0912c8870fb9be7ec86d31a647ec6037c00f6242 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 2 Mar 2018 12:32:09 +0000 >Subject: [PATCH] Bug 19160: Remove tab characters causing qa script to fail > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Auth_with_cas.pm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm >index 08012da..2885caf 100644 >--- a/C4/Auth_with_cas.pm >+++ b/C4/Auth_with_cas.pm >@@ -32,10 +32,10 @@ use YAML; > use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug); > > BEGIN { >- require Exporter; >- $debug = $ENV{DEBUG}; >- @ISA = qw(Exporter); >- @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_if_required); >+ require Exporter; >+ $debug = $ENV{DEBUG}; >+ @ISA = qw(Exporter); >+ @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_if_required); > } > my $defaultcasserver; > my $casservers; >-- >2.10.2
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 19160
:
66285
|
66306
|
70408
|
70440
|
70441
|
70442
|
71829
|
71830
|
71831
|
71832
|
71833
|
71834
|
71835
|
72358
|
72359
|
72360
|
72361
|
72362
| 72363 |
72364