[interchange-cvs] interchange - ton modified code/UI_Tag/auto_wizard.coretag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Mar 12 06:06:14 EST 2004


User:      ton
Date:      2004-03-12 11:06:14 GMT
Modified:  code/UI_Tag auto_wizard.coretag
Log:
	Commented out 'duplicate' assignment.

Revision  Changes    Path
1.13      +1 -1      interchange/code/UI_Tag/auto_wizard.coretag


rev 1.13, prev_rev 1.12
Index: auto_wizard.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/auto_wizard.coretag,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- auto_wizard.coretag	12 Mar 2004 08:24:51 -0000	1.12
+++ auto_wizard.coretag	12 Mar 2004 11:06:14 -0000	1.13
@@ -849,7 +849,7 @@
 ### TODO: Find bad reference when no section title...
 
 	my $name = $optref->{_name} || die;
-	$Scratch->{page_title} = $optref->{_page_title};
+#	$Scratch->{page_title} = $optref->{_page_title};
 
 	if($optref->{_breaks} and ref($optref->{_breaks}) eq 'ARRAY') {
 		$opts{ui_break_before} = join " ", @{$optref->{_breaks}};








More information about the interchange-cvs mailing list