- Timestamp:
- 10/16/06 20:04:02 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/samples/applications/ColdBoxReader/handlers/ehUser.cfc
r186 r290 1 1 <cfcomponent name="ehUser" extends="coldbox.system.eventhandler"> 2 3 <cffunction name="init" access="public" returntype="ehUser">4 <cfset super.init()>5 <cfreturn this>6 </cffunction>7 2 8 3 <cffunction name="dspAccountActions" access="public" returntype="void" output="false">
