Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
* BiblioAddAuthorities is moved to Search.pm
* missing param in addorder + 'ITEM' specified
* updatedatabase fix
  • Loading branch information
PaulPoulain authored and laurenthdl committed Jul 17, 2009
1 parent 68614bf commit 086116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C4/Search.pm
Expand Up @@ -2270,7 +2270,7 @@ sub z3950_search_args {
push @$array, { name=>$field, value=>$bibrec->{$field}, encvalue=>$encvalue } if defined $bibrec->{$field};
}
return $array;

}
=head2 BiblioAddAuthorities
( $countlinked, $countcreated ) = BiblioAddAuthorities($record, $frameworkcode);
Expand Down

0 comments on commit 086116c

Please sign in to comment.