[Koha-cvs] koha/circ circulation.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Jan 29 17:30:15 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/29 16:30:15

Modified files:
	circ           : circulation.pl 

Log message:
	removing syspref already writed on Auth.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.97.2.19&r2=1.97.2.20

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.97.2.19
retrieving revision 1.97.2.20
diff -u -b -r1.97.2.19 -r1.97.2.20
--- circulation.pl	22 Dec 2006 17:10:29 -0000	1.97.2.19
+++ circulation.pl	29 Jan 2007 16:30:15 -0000	1.97.2.20
@@ -730,11 +730,6 @@
 #}
 
 $template->param(
-    intranetcolorstylesheet =>
-      C4::Context->preference("intranetcolorstylesheet"),
-    intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-    IntranetNav        => C4::Context->preference("IntranetNav"),
-    patronimages       => C4::Context->preference("patronimages"),
     SpecifyDueDate     => C4::Context->preference("SpecifyDueDate")
 );
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list