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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Feb 14 01:37:11 EST 2005


User:      heins
Date:      2005-02-14 06:37:11 GMT
Modified:  lib/Vend Form.pm
Log:
Remove debug

Revision  Changes    Path
2.49      +3 -3      interchange/lib/Vend/Form.pm


rev 2.49, prev_rev 2.48
Index: Form.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Form.pm,v
retrieving revision 2.48
retrieving revision 2.49
diff -u -r2.48 -r2.49
--- Form.pm	13 Feb 2005 06:48:30 -0000	2.48
+++ Form.pm	14 Feb 2005 06:37:10 -0000	2.49
@@ -1,6 +1,6 @@
 # Vend::Form - Generate Form widgets
 # 
-# $Id: Form.pm,v 2.48 2005/02/13 06:48:30 mheins Exp $
+# $Id: Form.pm,v 2.49 2005/02/14 06:37:10 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -38,7 +38,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.48 $, 10);
+$VERSION = substr(q$Revision: 2.49 $, 10);
 
 @EXPORT = qw (
 	display
@@ -1389,7 +1389,7 @@
 			$opt->{time_adjust} = $1
 				if $extra =~ /([+-]?\d+)/i;
 		}
-::logDebug("minutes=$opt->{minutes}");
+#::logDebug("minutes=$opt->{minutes}");
 	}
 	elsif($type =~ /^hidden_text/i) {
 		$opt->{type} = 'hiddentext';








More information about the interchange-cvs mailing list