Skip to content

Commit

Permalink
better backwards compatibility (cfscript)
Browse files Browse the repository at this point in the history
  • Loading branch information
joedanz committed Sep 13, 2011
1 parent 4a32293 commit 8a5bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/udf.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ request.udf.relativeTime = relativeTime;
<cfargument name="Text" type="string" required="true" hint="The string that we are going to be cleaning."/>

<!--- Set up local scope. --->
<cfset var LOCAL = {} />
<cfset var LOCAL = StructNew() />

<!---
When cleaning the string, there are going to be ascii
Expand Down

0 comments on commit 8a5bc3c

Please sign in to comment.