404
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
<cftry>
|
||||
<!--- <cftry> --->
|
||||
|
||||
<cfset var maxrows=arguments.pageSize*arguments.page/>
|
||||
<cfset var startrow=arguments.pageSize*(arguments.page-1)+1/>
|
||||
@@ -121,11 +121,11 @@
|
||||
<!---<cfset "out.sql"=#local.result.sql#/>--->
|
||||
<cfreturn representationOf(out)/>
|
||||
|
||||
<cfcatch type="any">
|
||||
<!--- <cfreturn representationOf(createObject("java", "java.lang.System").getEnv())/> --->
|
||||
<!--- <cfcatch type="any">
|
||||
|
||||
<cfreturn representationOf(cfcatch)/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
</cftry> --->
|
||||
</cffunction>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user