summaryrefslogtreecommitdiff
path: root/program/steps/mail/search.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-03 12:22:24 +0000
committeralecpl <alec@alec.pl>2010-03-03 12:22:24 +0000
commit44c57afde1ade65d3da64e7ac9880ff6e40359e7 (patch)
treecc0105925bddd399d2f0f500857dccda7376f67d /program/steps/mail/search.inc
parentb975da27ef82499b2cdcac5080141e7a8f745102 (diff)
- remove temp console usage
Diffstat (limited to 'program/steps/mail/search.inc')
-rw-r--r--program/steps/mail/search.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc
index cfdb6fb96..54c765047 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -82,7 +82,6 @@ else if(trim($str))
$search_mods = $RCMAIL->config->get('search_mods', $SEARCH_MODS_DEFAULT);
$search_mods[$mbox] = array_fill_keys(array_keys($subject), 1);
$RCMAIL->user->save_prefs(array('search_mods' => $search_mods));
- console($search_mods);
} else {
// search in subject by default
$subject['subject'] = 'HEADER SUBJECT';