[interchange-cvs] interchange - racke modified code/UserTag/component.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Oct 7 15:20:00 2002


User:      racke
Date:      2002-10-07 19:19:06 GMT
Modified:  code/UserTag component.tag
Log:
advise readfile to run parse_locale

Revision  Changes    Path
1.5       +1 -1      interchange/code/UserTag/component.tag


rev 1.5, prev_rev 1.4
Index: component.tag
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/code/UserTag/component.tag,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- component.tag	3 Oct 2002 01:18:40 -0000	1.4
+++ component.tag	7 Oct 2002 19:19:06 -0000	1.5
@@ -64,7 +64,7 @@
 		my $dir =3D $opt->{comp_dir}
 				|| $::Variable->{MV_COMPONENT_DIR}
 				|| 'templates/components';
-		$body =3D readfile("$dir/$name");
+		$body =3D readfile("$dir/$name",undef,1);
 	}
=20
 	# Increment control_index so empty component has no side effect