Changeset 257 for framework/trunk/verbs/true.cfm
- Timestamp:
- 11/03/06 22:25:22 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/verbs/true.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/verbs/true.cfm
r170 r257 69 69 70 70 // compile <true> 71 // <true> is a no-op 71 if (fb_.verbInfo.parent.ifUsed) { 72 fb_appendLine("<cfelse>"); 73 } else { 74 fb_appendLine("<cfif #fb_.verbInfo.parent.condition#>"); 75 fb_.verbInfo.parent.ifUsed = true; 76 } 72 77 } 73 78 </cfscript>
