diff options
author | alecpl <alec@alec.pl> | 2011-06-16 12:20:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-16 12:20:19 +0000 |
commit | cc90ed1f84174a89039feb6906775778e0c4eb18 (patch) | |
tree | 24984caa4b857dffb84a12ac3cde73bb967c466b /program/steps/addressbook/func.inc | |
parent | 1a034323fc7cefc8dd0283ae9d1a83ce3abbaf0a (diff) |
- Add addressbook name in contact info frame (#1487958)
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 08f2a3230..1bb373f75 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -81,6 +81,7 @@ if (!$RCMAIL->action && !$OUTPUT->ajax_call) { $OUTPUT->set_env('address_sources', $js_list); $OUTPUT->set_pagetitle(rcube_label('addressbook')); + $_SESSION['addressbooks_count'] = count($js_list); $CONTACTS = rcmail_contact_source($source, true); } |