diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-26 17:21:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-26 17:21:26 +0000 |
| commit | 6b8edbdeeefe17fb50f337f61b9af35beeac74a0 (patch) | |
| tree | d81d316ebda00af93cd7a05aa76940405acf63f9 /roundcubemail/program/steps/addressbook/edit.inc | |
| parent | 263862c0d75dd30c6672d5b40719b54d88211e63 (diff) | |
Always show address book name if multiple books are configured; fix styling
git-svn-id: https://svn.roundcube.net/trunk@4969 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/edit.inc')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/edit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/edit.inc b/roundcubemail/program/steps/addressbook/edit.inc index f9d74e4fb..69fcba93c 100644 --- a/roundcubemail/program/steps/addressbook/edit.inc +++ b/roundcubemail/program/steps/addressbook/edit.inc @@ -54,7 +54,7 @@ else { } $SOURCE_ID = $source; - +rcmail_set_sourcename($CONTACTS); function rcmail_get_edit_record() { |
