diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-04 10:22:56 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-04 10:22:56 +0000 |
| commit | c564e4dc9a873de6c1ddabd0814a754b0c9c56cd (patch) | |
| tree | 1b6155d54a5e2abce69aa9841357115a56e91d6d /roundcubemail/program/steps | |
| parent | f62952be3eee380421f25102b8712b9decba9cee (diff) | |
Fix html links for address book directories
git-svn-id: https://svn.roundcube.net/trunk@1726 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/func.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index 51a45f97d..43d117430 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -73,7 +73,7 @@ function rcmail_directory_list($attrib) $out .= sprintf($line_templ, 'rcmli'.$local_id, !$current ? 'selected' : '', - Q(rcmail_url('list', array('_source' => 0))), + Q(rcmail_url(null, array('_source' => 0))), JS_OBJECT_NAME, $local_id, JS_OBJECT_NAME, @@ -99,7 +99,7 @@ function rcmail_directory_list($attrib) $out .= sprintf($line_templ, 'rcmli'.$dom_id, $current == $id ? 'selected' : '', - Q(rcmail_url('list', array('_source' => $id))), + Q(rcmail_url(null, array('_source' => $id))), JS_OBJECT_NAME, $js_id, JS_OBJECT_NAME, |
