diff options
author | thomascube <thomas@roundcube.net> | 2006-01-25 22:56:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-25 22:56:53 +0000 |
commit | 5e35126796f14e0910a007972779d96fd49e1789 (patch) | |
tree | 9d04098a0470504edbf12692247ba58545f1695e /program/steps/addressbook | |
parent | c9d09bbe43f268c11cadc9846652ff33521edf6c (diff) |
Added folder purge function and some checks
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/func.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index f7993c9bc..6d3e95ea2 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -91,6 +91,9 @@ function rcmail_contacts_list($attrib) $OUTPUT->add_script($javascript); + // add some labels to client + rcube_add_label('deletecontactconfirm'); + return $out; } |