[interchange-cvs] interchange - heins modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Jun 6 23:05:31 EDT 2004


User:      heins
Date:      2004-06-07 03:05:31 GMT
Modified:  lib/Vend/Table Editor.pm
Modified:  lib/Vend Data.pm
Log:
( Continuation of previous changes to these files, inadvertently committed. )

* Spreadsheets can now do file upload, including those linked inside
  another table.

Revision  Changes    Path
1.59      +2 -8      interchange/lib/Vend/Table/Editor.pm


rev 1.59, prev_rev 1.58
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- Editor.pm	7 Jun 2004 03:01:45 -0000	1.58
+++ Editor.pm	7 Jun 2004 03:05:30 -0000	1.59
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.58 2004/06/07 03:01:45 mheins Exp $
+# $Id: Editor.pm,v 1.59 2004/06/07 03:05:30 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.58 $, 10);
+$VERSION = substr(q$Revision: 1.59 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -3965,11 +3965,5 @@
 	}
 	return join "\n", @out;
 }
-
-#			push @out, <<EOF if $break;
-#<tr$opt->{break_row_extra}>
-#	<td COLSPAN=$span$opt->{td_extra}{break}>$break_label{$namecol}</td>
-#</tr>
-#EOF
 
 1;



2.43      +2 -2      interchange/lib/Vend/Data.pm


rev 2.43, prev_rev 2.42
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.42
retrieving revision 2.43
diff -u -r2.42 -r2.43
--- Data.pm	7 Jun 2004 03:01:45 -0000	2.42
+++ Data.pm	7 Jun 2004 03:05:31 -0000	2.43
@@ -1,8 +1,8 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.42 2004/06/07 03:01:45 mheins Exp $
+# $Id: Data.pm,v 2.43 2004/06/07 03:05:31 mheins Exp $
 # 
-# Copyright (C) 2002-2003 Interchange Development Group
+# Copyright (C) 2002-2004 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3








More information about the interchange-cvs mailing list