alecpl
2011-12-01 8751881e1d74825801c3148831d431be69a4e939
- Remove unused result


1 files modified
2 ■■■ changed files
program/steps/mail/search.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/search.inc
@@ -107,7 +107,7 @@
// execute IMAP search
if ($search_str)
  $result = $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']);
  $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']);
// Get the headers
$result_h = $IMAP->list_headers($mbox, 1, $_SESSION['sort_col'], $_SESSION['sort_order']);