Changeset 261
- Timestamp:
- 11/04/06 17:53:16 (2 years ago)
- Location:
- framework/trunk
- Files:
-
- 3 modified
-
fuseboxApplication.cfc (modified) (1 diff)
-
fuseboxCircuit.cfc (modified) (1 diff)
-
myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxApplication.cfc
r260 r261 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$',' \$.* \([0-9]+\) \$','\1')#" />95 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 96 96 97 97 <cfset variables.factory = createObject("component","fuseboxFactory").init() /> -
framework/trunk/fuseboxCircuit.cfc
r254 r261 194 194 195 195 <cfset var f = arguments.writer.setFuseaction(arguments.fuseaction) /> 196 <cfset var i = 0 />197 <cfset var n = 0 />198 196 199 197 <cfset compilePreOrPostFuseaction(arguments.writer,"pre") /> -
framework/trunk/myFusebox.cfc
r260 r261 56 56 this.version.parser = "unknown"; 57 57 58 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$',' \$.* \([0-9]+\) \$','\1')#";58 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 59 59 60 60 this.thisCircuit = "";
