Hmm, they didn't get pasted in... Here they are

***************************************************
Type Application
Tag Context CFTRY: Line=4; Column=1
|
+-- CFTRY: Line=48; Column=2
    |
    +-- CFLOCK: Line=49; Column=3
        |
        +-- CFIF: Line=50; Column=4
            |
            +-- CFMODULE: Line=52; Column=5 

Source 
49:     <CFLOCK timeout="30" throwontimeout="Yes" scope="APPLICATION"
type="EXCLUSIVE">
50:       <cfif NOT StructKeyExists(application, "appVer") OR
(application.appVer neq request.appVer)>
51:         <!--- Do all the hard work to set up a new application. --->
52:         <cfmodule template="Application/NewApplication.cfm"
showInterface="#variables.showInterface#">
53:         <CFSET application.appVer = request.appVer>
***************************************************


***************************************************
Type Application
Tag Context CFTRY: Line=4; Column=1
|
+-- CFERROR: Line=15; Column=2

Source 
12:   <cfif not appAlreadyInit>
13:     <cfapplication
name="#UCASE(REReplace(request.ABSRoot,"[\\/:]","","ALL"))#">
14:   </cfif>
15:   <cferror type="EXCEPTION" exception="ANY"
template="standalone/exception.cfm">
16: 
***************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183544
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to