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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun May 11 02:03:00 2003


User:      danb
Date:      2003-05-11 06:02:22 GMT
Modified:  code/UI_Tag auto_wizard.coretag
Log:
 * Fix typo (now works with itl conditionals)

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


rev 1.10, prev_rev 1.9
Index: auto_wizard.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/auto_wizard.coretag,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- auto_wizard.coretag	9 Apr 2003 01:46:12 -0000	1.9
+++ auto_wizard.coretag	11 May 2003 06:02:22 -0000	1.10
@@ -557,7 +557,7 @@
 		if($qip) {
 			if(/^(itl|perl)(?:_condition)?:\s*(.*)$/s) {
 				if(! $ref->{_condition}) {
-					$ref->{_conditional_type} = $1;
+					$ref->{_condition_type} = $1;
 					$ref->{_condition} = $2;
 				}
 				else {