This was also my first inclination.

We sometimes add a <cfset var local = StructNew()> to open a function, then
anything that needs to be var'd is just 'scoped' as 'local' (<cfset
local.myVarredVariable = "">)

On Mon, Jun 2, 2008 at 4:09 PM, Brad Wood <[EMAIL PROTECTED]>
wrote:

> I'll admit, I only briefly scanned your code, but start by varring all
> your local variables including the query at the top of the function
>
> <cfset var childFolders = "">
> <cfset var ax1 = "">
>
> Etc...
>
> ~Brad


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to