[Koha-cvs] koha/opac opac-user.pl [rel_2_2]

paul poulain paul at koha-fr.org
Tue Sep 12 11:28:48 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/09/12 09:28:48

Modified files:
	opac           : opac-user.pl 

Log message:
	commenting opacnav (it's done in Auth.pm)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-user.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.14.2.10&r2=1.14.2.11

Patches:
Index: opac-user.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v
retrieving revision 1.14.2.10
retrieving revision 1.14.2.11
diff -u -b -r1.14.2.10 -r1.14.2.11
--- opac-user.pl	23 Jul 2006 15:28:55 -0000	1.14.2.10
+++ opac-user.pl	12 Sep 2006 09:28:48 -0000	1.14.2.11
@@ -144,7 +144,7 @@
 				OpacPasswordChange => C4::Context->preference("OpacPasswordChange"),
 				opaclargeimage => C4::Context->preference("opaclargeimage"),
                 LibraryName => C4::Context->preference("LibraryName"),
-                OpacNav => C4::Context->preference("OpacNav"),
+#                 opacnav => C4::Context->preference("OpacNav"),
                 opaccredits => C4::Context->preference("opaccredits"),
                 opacreadinghistory => C4::Context->preference("opacreadinghistory"),
                 opacsmallimage => C4::Context->preference("opacsmallimage"),





More information about the Koha-cvs mailing list