functions that were in C4::Interface::CGI::Output are now in C4::Output.
[koha_gimpoz] / admin / itemtypes.pl
index c3a882b..c81a766 100755 (executable)
@@ -45,9 +45,8 @@ use List::Util qw/min/;
 
 use C4::Koha;
 use C4::Context;
-use C4::Output;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 
 sub StringSearch  {
        my ($searchstring,$type)=@_;