Ignore my other reply - darn sinus headache is fogging my brain.

What Justin posted is correct.

-- 
Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 



Justin Scott wrote:
>> <cfset cache_time="2, 0, 0, 0">
>> cachedwithin="#CreateTimeSpan(2, 0, 0, 0)#"
>>     
>
> Instead, try...
>
> <cfset cache_time = createTimeSpan(2,0,0,0)>
> OR
> <cfset cache_time = createTimeSpan(0,0,0,0)>
>
> And then...
>
> cachedwithin="#cache_time#"
>
>
>
> -Justin
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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

Reply via email to