Show
Ignore:
Timestamp:
11/04/06 19:13:23 (2 years ago)
Author:
scorfield
Message:

Fixes #99 again - the previous fix did not account for both circuit.xml and circuit.xml.cfm files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/myFusebox.cfc

    r263 r264  
    5151<cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 
    5252        <cfscript> 
    53         // fixed ticket 99 
     53        // fixed ticket 99 again 
    5454        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5555