Show
Ignore:
Timestamp:
11/04/06 17:53:16 (2 years ago)
Author:
scorfield
Message:

Fixes #150 by removing the unused local variables.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxApplication.cfc

    r260 r261  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#" /> 
     95                <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 
    9696 
    9797                <cfset variables.factory = createObject("component","fuseboxFactory").init() />