20 : <!--- ***** CHECK FOR A RECORD IN THE MAPPING DATABASE **** --->
21 : <cfquery name="getQueryStr" datasource="#application.ds#" maxrows="1">
22 : select * from web_category_mappings where url='<Cfif len(this.browseURL)>#Replace(arguments.myUrlStruct.mapping,this.browseURL,"","ALL")#<cfelse>#arguments.myUrlStruct.mapping#</cfif>' or url='/<Cfif len(this.browseURL)>#Replace(arguments.myUrlStruct.mapping,this.browseURL,"","ALL")#<cfelse>#arguments.myUrlStruct.mapping#</cfif>'
23 : </cfquery>
24 :
|