From cc90ed1f84174a89039feb6906775778e0c4eb18 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 16 Jun 2011 08:20:19 -0400 Subject: [PATCH] - Add addressbook name in contact info frame (#1487958) --- 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 08f2a32..1bb373f 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -81,6 +81,7 @@ $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); } -- Gitblit v1.9.1