Changeset 262 for framework/trunk/myFusebox.cfc
- Timestamp:
- 11/04/06 18:49:20 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/myFusebox.cfc
r261 r262 51 51 <cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 52 52 <cfscript> 53 this.version.runtime = "unknown"; 53 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 54 54 55 this.version.loader = "unknown"; 55 56 this.version.transformer = "unknown"; 56 57 this.version.parser = "unknown"; 57 58 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#";59 58 60 59 this.thisCircuit = "";
