[Koha-cvs] koha/admin printers.pl

Antoine Farnault antoine at koha-fr.org
Mon Jun 11 17:19:46 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/06/11 15:19:46

Modified files:
	admin          : printers.pl 

Log message:
	removing template->param already writed on Auth.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/printers.pl?cvsroot=koha&r1=1.17&r2=1.18

Patches:
Index: printers.pl
===================================================================
RCS file: /sources/koha/koha/admin/printers.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- printers.pl	24 Apr 2007 13:54:28 -0000	1.17
+++ printers.pl	11 Jun 2007 15:19:46 -0000	1.18
@@ -176,9 +176,6 @@
 	}
 
 } #---- END $OP eq DEFAULT
-$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-		IntranetNav => C4::Context->preference("IntranetNav"),
-		);
+
 output_html_with_http_headers $input, $cookie, $template->output;
 





More information about the Koha-cvs mailing list