projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc9f18
)
Failover to language '000' (unknown/default)
author
Joe Atzberger
<atz@esilibrary.com>
Tue, 1 Jun 2010 17:45:03 +0000
(17:45 +0000)
committer
Thomas Berezansky
<tsbere@mvlc.org>
Tue, 1 Jun 2010 17:45:03 +0000
(17:45 +0000)
Sip/MsgType.pm
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
55555aa
..
822eff2
100644
(file)
--- a/
Sip/MsgType.pm
+++ b/
Sip/MsgType.pm
@@
-443,6
+443,7
@@
sub handle {
#
sub build_patron_status {
my ($patron, $lang, $fields)= @_;
+ $lang ||= '000';
my $patron_pwd = $fields->{(FID_PATRON_PWD)};
my $resp = (PATRON_STATUS_RESP);