From 30276ce7a464d5124f8dae2e1f23a7c9b52c165d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 04 Sep 2008 06:22:56 -0400
Subject: [PATCH] Fix html links for address book directories

---
 program/steps/addressbook/func.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc
index 51a45f9..43d1174 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -73,7 +73,7 @@
     $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 @@
     $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,

--
Gitblit v1.9.1