Show
Ignore:
Timestamp:
12/13/06 21:35:55 (2 years ago)
Author:
scorfield
Message:

Fixes #157 by allowing "yes" and "no" wherever only "true" or "false" were previously allowed.

Files:
1 modified

Legend:

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

    r170 r267  
    6060                // addtoken - boolean - default false 
    6161                if (structKeyExists(fb_.verbInfo.attributes,"addtoken")) { 
    62                         if (listFind("true,false",fb_.verbInfo.attributes.addtoken) eq 0) { 
     62                        if (listFind("true,false,yes,no",fb_.verbInfo.attributes.addtoken) eq 0) { 
    6363                                fb_throw("fusebox.badGrammar.invalidAttributeValue", 
    6464                                                        "Attribute has invalid value",