(bug #4051) add columns in csv export of overdues
[koha.git] / catalogue / suggest.pl
index 266ea02..9463f85 100755 (executable)
@@ -19,7 +19,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-require Exporter;
+
 use CGI;
 use C4::Auth;
 
@@ -52,9 +52,6 @@ my ($template, $loggedinuser, $cookie)
                  debug => 1,
                  });
 $template->param("loop" => \@loop_suggests,
-        intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-        intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-        IntranetNav => C4::Context->preference("IntranetNav"),
         );
 
 output_html_with_http_headers $query, $cookie, $template->output;