Bugzilla – Attachment 45649 Details for
Bug 13871
OverDrive message when user authentication fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13871 [QA Followup] - Fix namespaces
Bug-13871-QA-Followup---Fix-namespaces.patch (text/plain), 1.28 KB, created by
Kyle M Hall (khall)
on 2015-12-14 13:12:30 UTC
(
hide
)
Description:
Bug 13871 [QA Followup] - Fix namespaces
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-14 13:12:30 UTC
Size:
1.28 KB
patch
obsolete
>From 4cfd4946a1cf616fd7d8be1d47aaa42925e979bb Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 23 Apr 2015 14:34:35 -0400 >Subject: [PATCH] Bug 13871 [QA Followup] - Fix namespaces > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/SIP/Sip/MsgType.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index 91e0396..9a32ef8 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -453,7 +453,7 @@ sub build_patron_status { > > if ( $patron and $password_ok ) { > $resp .= patron_status_string($patron); >- $resp .= $lang . Sip::timestamp(); >+ $resp .= $lang . C4::SIP::Sip::timestamp(); > $resp .= add_field( FID_PERSONAL_NAME, $patron->name ); > > # while the patron ID we got from the SC is valid, let's >@@ -481,7 +481,7 @@ sub build_patron_status { > # Report that the user has no privs. > > # no personal name, and is invalid (if we're using 2.00) >- $resp .= 'YYYY' . ( ' ' x 10 ) . $lang . Sip::timestamp(); >+ $resp .= 'YYYY' . ( ' ' x 10 ) . $lang . C4::SIP::Sip::timestamp(); > $resp .= add_field( FID_PERSONAL_NAME, '' ); > > # the patron ID is invalid, but it's a required field, so >-- >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 13871
:
37539
|
37543
|
38451
|
38452
|
38453
|
38454
|
38455
|
45645
|
45646
|
45647
|
45648
|
45649
|
48386
|
48387
|
48388
|
48389
|
48390
|
48391
|
48392
|
48393
|
48667
|
48668
|
48669
|
48670
|
48671
|
48672
|
51421
|
51422