Changeset 2

Show
Ignore:
Timestamp:
10/7/2005 9:31:38 PM (3 years ago)
Author:
dhughes
Message:
 
Location:
reactor
Files:
4 added
4 removed
1 modified

Legend:

Unmodified
Added
Removed
  • reactor/core/abstractObjectFactory.cfc

    r1 r2  
    7878                         
    7979                        <!--- read the Record xsl ---> 
    80                         <cffile action="read" file="#expandPath("/reactor/xsl/#getDbType()#/record.base.xsl")#" variable="xslBase" /> 
    81                         <cffile action="read" file="#expandPath("/reactor/xsl/#getDbType()#/record.custom.xsl")#" variable="xslCustom" /> 
     80                        <cffile action="read" file="#expandPath("/reactor/xsl/record.base.xsl")#" variable="xslBase" /> 
     81                        <cffile action="read" file="#expandPath("/reactor/xsl/record.custom.xsl")#" variable="xslCustom" /> 
    8282                         
    8383                        <!--- transform this structure into the base Record object ---> 
     
    151151                 
    152152                        <!--- read the to xsl ---> 
    153                         <cffile action="read" file="#expandPath("/reactor/xsl/#getDbType()#/to.base.xsl")#" variable="xslBase" /> 
    154                         <cffile action="read" file="#expandPath("/reactor/xsl/#getDbType()#/to.custom.xsl")#" variable="xslCustom" /> 
     153                        <cffile action="read" file="#expandPath("/reactor/xsl/to.base.xsl")#" variable="xslBase" /> 
     154                        <cffile action="read" file="#expandPath("/reactor/xsl/to.custom.xsl")#" variable="xslCustom" /> 
    155155                         
    156156                        <!--- transform this structure into the base TO object --->