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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Jan 27 11:44:17 2003


User:      heins
Date:      2003-01-27 16:39:14 GMT
Modified:  lib/Vend Config.pm
Log:
* Remove wrong default for DatabaseDefault, could cause error when a
  DatabaseDefault value had not been previously set.

Revision  Changes    Path
2.97      +2 -3      interchange/lib/Vend/Config.pm


rev 2.97, prev_rev 2.96
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.96
retrieving revision 2.97
diff -u -r2.96 -r2.97
--- Config.pm	23 Jan 2003 20:15:36 -0000	2.96
+++ Config.pm	27 Jan 2003 16:39:13 -0000	2.97
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.96 2003/01/23 20:15:36 mheins Exp $
+# $Id: Config.pm,v 2.97 2003/01/27 16:39:13 mheins Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 # Copyright (C) 2003 ICDEVGROUP <interchange@icdevgroup.org>
@@ -46,7 +46,7 @@
 use Vend::Util;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.96 $, 10);
+$VERSION = substr(q$Revision: 2.97 $, 10);
 
 my %CDname;
 
@@ -131,7 +131,6 @@
 my %HashDefaultBlank = (qw(
 					SOAP			1
 					Mail			1
-					DatabaseDefault	1
 					Accounting		1
 					Levy			1
 				));