functions that were in C4::Interface::CGI::Output are now in C4::Output.
[koha-equinox.git] / tools / tools-home.pl
index 1a87fd6..cca60e9 100755 (executable)
@@ -18,7 +18,7 @@
 use strict;
 use CGI;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 
 my $query = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(