diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-28 11:14:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-28 11:14:23 +0200 |
commit | 85f14674316387d08fa11221de340c71835c4fa3 (patch) | |
tree | 96bb6881e370994ca1bee8a5883cf1767b693987 /program/steps/addressbook/func.inc | |
parent | 4d52ee03a19864e537e3aa384ffbff2e33d6beef (diff) | |
parent | d4783319a086b09eb50ac6ad5da93eb1eeb771ca (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index f56e07169..d4c57cc9d 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -81,7 +81,6 @@ if (!$RCMAIL->action && !$OUTPUT->ajax_call) { $OUTPUT->set_env('search_mods', $search_mods); $OUTPUT->set_env('address_sources', $js_list); $OUTPUT->set_env('writable_source', $writeable); - $OUTPUT->set_env('compose_extwin', $RCMAIL->config->get('compose_extwin',false)); $OUTPUT->set_pagetitle($RCMAIL->gettext('addressbook')); $_SESSION['addressbooks_count'] = $count; |