Changeset 289
- Timestamp:
- 12/24/06 17:49:24 (2 years ago)
- Location:
- framework/trunk
- Files:
-
- 3 modified
-
.settings/org.eclipse.core.resources.prefs (modified) (1 diff)
-
fuseboxApplication.cfc (modified) (1 diff)
-
myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/.settings/org.eclipse.core.resources.prefs
r282 r289 1 # Thu Dec 21 11:09:00 PST 20061 #Sun Dec 24 11:56:20 PST 2006 2 2 eclipse.preferences.version=1 3 3 encoding//skeleton/controller/circuit.xml.cfm=UTF-8 -
framework/trunk/fuseboxApplication.cfc
r288 r289 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <!--- fixes ticket 95 for parsePath--->95 <!--- fixes a bug in how ticket 73 was implemented ---> 96 96 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 97 97 -
framework/trunk/myFusebox.cfc
r284 r289 51 51 <cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 52 52 <cfscript> 53 // fixes ticket 95 for parsePath53 // fixes a bug in how ticket 73 was implemented 54 54 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 55 55
