functions that were in C4::Interface::CGI::Output are now in C4::Output.
[koha.git] / admin / z3950servers.pl
index 9aa7981..9f9308e 100755 (executable)
 #      - we delete the record having primkey=$primkey
 
 use strict;
-use C4::Output;
 use CGI;
-
 use C4::Context;
-
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 
 sub StringSearch  {
        my ($searchstring,$type)=@_;