Show
Ignore:
Timestamp:
05/13/2008 12:57:41 AM (22 months ago)
Author:
peterfarrell
Message:

- Removed UUID from default

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-6-0/trunk/framework/commands/CacheCommand.cfc

    r781 r783  
    4343        <cffunction name="init" access="public" returntype="CacheCommand" output="false" 
    4444                hint="Initializes the command."> 
    45                 <cfargument name="handlerId" type="string" required="false" default="#CreateUUID()#" /> 
     45                <cfargument name="handlerId" type="string" required="false" default="" /> 
    4646                <cfargument name="cacheName" type="string" required="false" default="" /> 
    4747                <cfargument name="alias" type="string" required="false" default="" />