Changeset 270
- Timestamp:
- 12/13/06 23:42:34 (2 years ago)
- Location:
- framework/trunk
- Files:
-
- 2 modified
-
fuseboxApplication.cfc (modified) (1 diff)
-
myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxApplication.cfc
r266 r270 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <!--- fixed ticket 139 --->95 <!--- fixed ticket 139 again ---> 96 96 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 97 97 -
framework/trunk/myFusebox.cfc
r266 r270 51 51 <cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 52 52 <cfscript> 53 // fixed ticket 139 53 // fixed ticket 139 again 54 54 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 55 55
