- Timestamp:
- 07/29/10 00:39:54 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/requirements/mura/content/contentGateway.cfc
r2577 r2586 882 882 qExtendedSort.extendedSort #arguments.sortDirection# 883 883 <cfelse> 884 tcontent.#arguments.sortBy# #arguments.sortDirection# 885 </cfif> 884 <cfif dbType neq "oracle"> 885 tcontent.#arguments.sortBy# #arguments.sortDirection# 886 <cfelse> 887 lower(tcontent.#arguments.sortBy#) #arguments.sortDirection# 888 </cfif> 889 </cfif> 886 890 <cfelseif arguments.sortBy eq 'rating'> 887 891 Rating #arguments.sortDirection#, Votes #arguments.sortDirection#
Note: See TracChangeset
for help on using the changeset viewer.
