Changeset 267 for framework/trunk/verbs/relocate.cfm
- Timestamp:
- 12/13/06 21:35:55 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/verbs/relocate.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/verbs/relocate.cfm
r170 r267 60 60 // addtoken - boolean - default false 61 61 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) { 63 63 fb_throw("fusebox.badGrammar.invalidAttributeValue", 64 64 "Attribute has invalid value",
