Archived
1
0

Add more abstraction possibilites, gathered throughout the last weeks

This commit is contained in:
Garvin Hicking
2008-10-13 10:53:45 +00:00
parent 5e3201e7a8
commit 29b46f0c53
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ function &serendipity_fetchEntries($range = null, $full = true, $limit = '', $fe
{$serendipity['fullCountQuery']}
{$cond['group']}
{$cond['having']}
ORDER BY {$cond['orderby']}
" . (!empty($cond['orderby']) ? "ORDER BY {$cond['orderby']}" : "") . "
$limit";
// DEBUG: