[Koha-cvs] koha/admin systempreferences.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Jan 12 19:04:35 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/12 18:04:35

Modified files:
	admin          : systempreferences.pl 

Log message:
	Activate_Log is replaced by LetterLog and put in LOGFeature tab.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.15&r2=1.34.2.16

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.15
retrieving revision 1.34.2.16
diff -u -b -r1.34.2.15 -r1.34.2.16
--- systempreferences.pl	11 Jan 2007 14:35:39 -0000	1.34.2.15
+++ systempreferences.pl	12 Jan 2007 18:04:35 -0000	1.34.2.16
@@ -65,7 +65,6 @@
     $tabsysprefs{KohaAdminEmailAddress}="Admin";
     $tabsysprefs{MIME}="Admin";
     $tabsysprefs{timeout}="Admin";
-    $tabsysprefs{Activate_Log}="Admin";
     $tabsysprefs{Intranet_includes}="Admin";
     $tabsysprefs{AutoLocation}="Admin";
 
@@ -167,6 +166,7 @@
     $tabsysprefs{SubscriptionLog} = "LOGFeatures";
     $tabsysprefs{IssueLog}        = "LOGFeatures";
     $tabsysprefs{ReturnLog}       = "LOGFeatures";
+    $tabsysprefs{LetterLog}       = "LOGFeatures";
     
 sub StringSearch  {
 	my ($env,$searchstring,$type)=@_;





More information about the Koha-cvs mailing list