[Koha-bugs] [Bug 15875] Refactor DB accessors from "z39.50 admin setup / z3950servers.pl" to C4::Breeding

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 22 11:56:50 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15875

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
sub castCGIToZ3950serverParams {
+    my ($cgi) = @_;
+
+    my $params = {};
+    $params->{'host'} =        $input->param('host'),

Sure this is what you mean? :)
cgi..inpuy

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list