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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed May 17 12:36:47 EDT 2006


User:      heins
Date:      2006-05-17 16:36:47 GMT
Modified:  lib/Vend Data.pm
Log:
* Refine error message to possibly point to problem.

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


rev 2.58, prev_rev 2.57
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- Data.pm	6 Apr 2006 20:04:53 -0000	2.57
+++ Data.pm	17 May 2006 16:36:47 -0000	2.58
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.57 2006/04/06 20:04:53 jon Exp $
+# $Id: Data.pm,v 2.58 2006/05/17 16:36:47 mheins Exp $
 # 
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -2050,7 +2050,7 @@
 										}
 										)
 					or do {
-						 logError("%s is not a file.", $dref->[0]);
+						 logError("%s is not a file (does form allow file upload?).", $dref->[0]);
 						 next;
 					};
 				Vend::Interpolate::tag_value_extended(








More information about the interchange-cvs mailing list