Changeset 305

Show
Ignore:
Timestamp:
01/05/07 23:10:16 (2 years ago)
Author:
scorfield
Message:

Fixes #177 by putting parentheses around the condition in the no-if case.
This was a leftover bug from changelist [257] which attempted to fix #160.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/verbs/false.cfm

    r292 r305  
    3737                        fb_appendLine("<cfelse>"); 
    3838                } else { 
    39                         fb_appendLine("<cfif not #fb_.verbInfo.parent.condition#>"); 
     39                        fb_appendLine("<cfif not ( #fb_.verbInfo.parent.condition# )>"); 
    4040                        fb_.verbInfo.parent.ifUsed = true; 
    4141                }