[interchange-cvs] interchange - jon modified lib/Vend/Data.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Aug 24 15:41:19 EDT 2005


User:      jon
Date:      2005-08-24 19:41:19 GMT
Modified:  lib/Vend Data.pm
Log:
Removed duplicate test.

Revision  Changes    Path
2.52      +2 -2      interchange/lib/Vend/Data.pm


rev 2.52, prev_rev 2.51
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.51
retrieving revision 2.52
diff -u -u -r2.51 -r2.52
--- Data.pm	9 Jun 2005 19:28:45 -0000	2.51
+++ Data.pm	24 Aug 2005 19:41:19 -0000	2.52
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.51 2005/06/09 19:28:45 mheins Exp $
+# $Id: Data.pm,v 2.52 2005/08/24 19:41:19 jon Exp $
 # 
 # Copyright (C) 2002-2004 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -1403,7 +1403,7 @@
 		unlink $f if $f;
 	}
 	else {
-		$db->touch() unless defined $notouch;
+		$db->touch();
 	}
 	if (my $subs = $db->config('POSTEXPORT')) {
 		# Make a copy of the options once to hand off to each sub.








More information about the interchange-cvs mailing list