Show
Ignore:
Timestamp:
11/21/2009 11:29:49 AM (4 months ago)
Author:
peterfarrell
Message:

- Added in missing output attributes on cffunctions (long story)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-8-0/trunk/filters/EventBeanFilter.cfc

    r1892 r1972  
    9595        PUBLIC FUNCTIONS 
    9696        ---> 
    97         <cffunction name="filterEvent" access="public" returntype="boolean" 
     97        <cffunction name="filterEvent" access="public" returntype="boolean" output="false" 
    9898                hint="DEPRECATED. Runs the filter event."> 
    9999                <cfargument name="event" type="MachII.framework.Event" required="true" />