From fa7905eaf0820458d00abd3ebd191eb7ba0c9b9e Mon Sep 17 00:00:00 2001 From: tgarip1957 Date: Sat, 20 May 2006 14:36:09 +0000 Subject: [PATCH] Typo error. Missing '>' --- C4/Context.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 8d7b90c573..d7cdf9f2ee 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -438,7 +438,7 @@ my ($tcp,$host,$port)=split /:/,$context->{"listen"}->{$server}->{"content"}; retry: eval { - $Zconn=new ZOOM::Connection($context->config("hostname"),$port,databaseName=$context->{"config"}->{$server}, + $Zconn=new ZOOM::Connection($context->config("hostname"),$port,databaseName=>$context->{"config"}->{$server}, preferredRecordSyntax => "USmarc",elementSetName=> "F"); }; if ($@){ @@ -467,7 +467,7 @@ my $Zconnauth; my ($tcp,$host,$port)=split /:/,$context->{"listen"}->{$server}->{"content"}; retry: eval{ - $Zconnauth=new ZOOM::Connection($context->config("hostname"),$port,databaseName=$context->{"config"}->{$server}, + $Zconnauth=new ZOOM::Connection($context->config("hostname"),$port,databaseName=>$context->{"config"}->{$server}, user=>$context->{"config"}->{"zebrauser"}, password=>$context->{"config"}->{"zebrapass"},preferredRecordSyntax => "USmarc",elementSetName=> "F"); }; @@ -826,6 +826,9 @@ Andrew Arensburger =cut # $Log$ +# Revision 1.41 2006/05/20 14:36:09 tgarip1957 +# Typo error. Missing '>' +# # Revision 1.40 2006/05/20 14:28:02 tgarip1957 # Adding support to read zebra database name from config files # -- 2.39.2