thomascube
2011-06-22 86a025f5042d22e624767e142bfb9e2152fdb41e
Fix check in pagenav

1 files modified
2 ■■■ changed files
program/steps/mail/pagenav.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/pagenav.inc
@@ -28,7 +28,7 @@
// Get messages count (only messages, no threads here)
$cnt  = $IMAP->messagecount(NULL, 'ALL');
if ($_SESSION['sort_col'] == 'date' && $_SESSION['sort_order'] != 'DESC'
if ($_SESSION['sort_col'] == 'date' && $_SESSION['sort_order'] == 'DESC'
    && empty($_REQUEST['_search']) && !$CONFIG['skip_deleted'] && !$IMAP->threading
) {
    // this assumes that we are sorted by date_DESC