[interchange-cvs] interchange - heins modified dist/lib/UI/ContentEditor.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Apr 7 09:00:01 2003


User:      heins
Date:      2003-04-07 12:59:00 GMT
Modified:  dist/lib/UI ContentEditor.pm
Log:
* Remove now-unnecessary reference to NoAbsolute.

Revision  Changes    Path
2.9       +3 -3      interchange/dist/lib/UI/ContentEditor.pm


rev 2.9, prev_rev 2.8
Index: ContentEditor.pm
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/ContentEditor.pm,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- ContentEditor.pm	22 Jan 2003 15:26:59 -0000	2.8
+++ ContentEditor.pm	7 Apr 2003 12:59:00 -0000	2.9
@@ -2,7 +2,7 @@
 #
 # UI::ContentEditor - Interchange page/component edit
 # 
-# $Id: ContentEditor.pm,v 2.8 2003/01/22 15:26:59 mheins Exp $
+# $Id: ContentEditor.pm,v 2.9 2003/04/07 12:59:00 mheins Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -23,7 +23,7 @@
 
 package UI::ContentEditor;
 
-$VERSION = substr(q$Revision: 2.8 $, 10);
+$VERSION = substr(q$Revision: 2.9 $, 10);
 $DEBUG = 0;
 
 use POSIX qw/strftime/;
@@ -987,7 +987,7 @@
 	my @data;
 	for(get_content_filenames($spec, $opt)) {
 #::logDebug("Looking at filename $_");
-		push @data, [ Vend::Util::readfile($_, $Global::NoAbsolute, 0), $_ ];
+		push @data, [ Vend::Util::readfile($_, undef, 0), $_ ];
 	}
 	
 	return @data if wantarray;