chrissy6930
Karma: 27
|
Re:rotation image + multi function - 2009/04/15 06:27
flammedemon wrote: I wanted to know why the multi-function module when you select the "most downloaded" it to the march? In fact it displays the least downloaded find in p-classes/remositoryFile.php in function popularDownloadedFiles:
| Code: | $sql .= ' WHERE '.implode(' AND ', $where)." ORDER BY f.downloads, f.filetitle DESC LIMIT $max";
|
and adjust for:
| Code: | $sql .= ' WHERE '.implode(' AND ', $where)." ORDER BY f.downloads DESC, f.filetitle DESC LIMIT $max";
|
|