From 112c9133bb8dc3b4e8f1d47241fa57c86dd5065c Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 5 Oct 2008 07:18:15 +0000 Subject: - removed deprecated rcube_add_label() and all uses - code for 'show' action added in r1937 moved to show.inc --- program/include/main.inc | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'program/include') diff --git a/program/include/main.inc b/program/include/main.inc index 23c2c2822..ee847470b 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -132,20 +132,6 @@ function rcmail_url($action, $p=array(), $task=null) } -/** - * Add a localized label to the client environment - * @deprecated - */ -function rcube_add_label() - { - global $OUTPUT; - - $arg_list = func_get_args(); - foreach ($arg_list as $i => $name) - $OUTPUT->add_label($name); - } - - /** * Garbage collector function for temp files. * Remove temp files older than two days @@ -913,8 +899,7 @@ function rcmail_mailbox_list($attrib) $attrib += array('maxlength' => 100, 'relanames' => false); // add some labels to client - rcube_add_label('purgefolderconfirm'); - rcube_add_label('deletemessagesconfirm'); + $RCMAIL->output->add_label('purgefolderconfirm', 'deletemessagesconfirm'); $type = $attrib['type'] ? $attrib['type'] : 'ul'; unset($attrib['type']); -- cgit v1.2.3