127 fix
This commit is contained in:
+3
-3
@@ -79,7 +79,7 @@
|
||||
|
||||
<!--- <cfdump var=#GetApplicationSettings()#/> --->
|
||||
|
||||
<!--- <cfif !structKeyExists(GetApplicationSettings().datasources,"#this.datasource#")>
|
||||
<cfif !structKeyExists(GetApplicationSettings().datasources,"#this.datasource#")>
|
||||
<cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","ds_#this.datasource#")/>
|
||||
</cfif>
|
||||
|
||||
@@ -90,14 +90,14 @@
|
||||
|
||||
<cfif !structKeyExists(this.datasources,"billing-s3")>
|
||||
<cfset this.datasources["billing-s3"]=getDS("billing-s3","ds_billing_s3")/>
|
||||
</cfif> --->
|
||||
</cfif>
|
||||
|
||||
|
||||
<!--- <cfdump var=#this.datasources#/> --->
|
||||
|
||||
|
||||
<cfset request.RECORDS_PER_PAGE=500/>
|
||||
<cfset request.APP_VERSION="0.00.026"/>
|
||||
<cfset request.APP_VERSION="0.00.027"/>
|
||||
<cfset request.STAND=getStand()/>
|
||||
|
||||
<cflock scope="application" type="readonly" timeout=3>
|
||||
|
||||
Reference in New Issue
Block a user