---
admin/z3950servers.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/z3950servers.pl b/admin/z3950servers.pl
index 14603f6..3bc0ef2 100755
--- a/admin/z3950servers.pl
+++ b/admin/z3950servers.pl
@@ -141,8 +141,8 @@ if ($op eq 'add_form') {
$checked,
$input->param( 'rank' ),
$input->param( 'syntax' ),
- $input->param( 'timeout' ),
- $input->param( 'encoding' ) );
+ $input->param( 'encoding' ),
+ $input->param( 'timeout' ) );
}
$sth->finish;
# END $OP eq ADD_VALIDATE
--
1.7.4.1
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/