diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-09 10:33:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-09 10:33:26 +0000 |
| commit | 5c98ebb47b2c9584fd989da3b35623d11e08f4fc (patch) | |
| tree | 5149997ecce6e7d247cf7e047543a10979bedc6f /roundcubemail/program/steps/addressbook/save.inc | |
| parent | 7efeea6838c6bffa5269d4ec2f5c334aed1ffffb (diff) | |
Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible
git-svn-id: https://svn.roundcube.net/trunk@4508 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/save.inc')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/save.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/save.inc b/roundcubemail/program/steps/addressbook/save.inc index 10155a1a9..aa45a4e15 100644 --- a/roundcubemail/program/steps/addressbook/save.inc +++ b/roundcubemail/program/steps/addressbook/save.inc @@ -249,7 +249,7 @@ else { $result = $CONTACTS->search($CONTACTS->primary_key, $insert_id); rcmail_js_contacts_list($result, 'parent.'); - $OUTPUT->command('parent.contact_list.select', $insert_id); + $OUTPUT->command('parent.contact_list.select', html_identifier($insert_id)); // update record count display $CONTACTS->reset(); |
