CC-3174 : showbuilder

bug fixed in datatables - thanks Allan!
This commit is contained in:
Naomi Aro 2012-02-22 21:09:24 +01:00
parent 1ce51217d3
commit bb49914294
3 changed files with 72 additions and 220 deletions

View file

@ -629,11 +629,6 @@ class Application_Model_StoredFile {
UNION
({$fileSelect} FROM ".$CC_CONFIG["filesTable"]." AS FILES WHERE file_exists = 'TRUE')) AS RESULTS";
//TODO see Allan's reply about iDataSort working for serverside processing.
//hack to sort on ftype when image "type" col selected for sorting.
if ($datatables["iSortCol_0"] == 1) {
$datatables["iSortCol_0"] = 2;
}
$results = Application_Model_StoredFile::searchFiles($displayColumns, $fromTable, $datatables);