[interchange-cvs] interchange - docelic modified lib/Vend/Config.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Apr 9 19:27:53 EDT 2006


User:      docelic
Date:      2006-04-09 23:27:53 GMT
Modified:  lib/Vend Config.pm
Log:
* Get rid of three unused config directives

Revision  Changes    Path
2.205     +2 -5      interchange/lib/Vend/Config.pm


rev 2.205, prev_rev 2.204
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.204
retrieving revision 2.205
diff -u -r2.204 -r2.205
--- Config.pm	5 Apr 2006 08:01:58 -0000	2.204
+++ Config.pm	9 Apr 2006 23:27:53 -0000	2.205
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.204 2006/04/05 08:01:58 racke Exp $
+# $Id: Config.pm,v 2.205 2006/04/09 23:27:53 docelic Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -54,7 +54,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.204 $, 10);
+$VERSION = substr(q$Revision: 2.205 $, 10);
 
 my %CDname;
 my %CPname;
@@ -598,7 +598,6 @@
 	['VariableDatabase',  'dbconfig',        ''],
 	['DirConfig',         'dirconfig',        ''],
 	['FileDatabase',	 undef,				 ''],
-	['RequiredFields',   undef,              ''],
 	['NoSearch',         'wildcard',         'userdb'],
 	['OrderCounter',	 undef,     	     ''],
 	['MimeType',         'hash',             ''],
@@ -611,7 +610,6 @@
 	['ImageDir',	 	 undef,     	     ''],
 	['DeliverImage',     'yesno',			 'no'],
 	['SpecialSub',       'hash',			 ''],
-	['UseCode',		 	 undef,     	     'yes'],
 	['SetGroup',		 'valid_group',      ''],
 	['UseModifier',		 'array',     	     ''],
 	['AutoModifier',	 'array',     	     ''],
@@ -676,7 +674,6 @@
 	['OrderProfile',	 'profile',     	 ''],
 	['SearchProfile',	 'profile',     	 ''],
 	['OnFly',		 	 undef,     	     ''],
-	['HTMLmirror',		 'yesno',            'No'],
 	['CategoryField',    undef,              'category'],
 	['DescriptionField', undef,              'description'],
 	['PriceDefault',	 undef,              'price'],








More information about the interchange-cvs mailing list