Changeset 2591


Ignore:
Timestamp:
07/29/10 23:31:08 (19 months ago)
Author:
mattlevine
Message:
  1. Fixing Oracle sort issue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/requirements/mura/content/contentGateway.cfc

    r2588 r2591  
    815815                <cfset var sortOptions="menutitle,title,lastupdate,releasedate,orderno,displayStart,created,rating,comment,credits,type,subtype"> 
    816816                <cfset var isExtendedSort=(not listFindNoCase(sortOptions,arguments.sortBy))> 
     817                <cfset var dbType=variables.configBean.getDbType() /> 
    817818                 
    818819                <cfif arguments.sortBy eq 'rating'  
Note: See TracChangeset for help on using the changeset viewer.