74 :
75 :
76 : <cfloop from="1" to="#ArrayLen(this.browseArray)#" index="x"><cfif ArrayIsDefined(this.browseArray[x],2) and len(this.browseArray[x][2])><Cfset url[this.browseArray[x][1]]=this.browseArray[x][2]></cfif></cfloop>
77 : </cfif>
78 : </cfif>
|