From b8e9f72e5b48e3cd101bfd5263e6ecf3c0dd3d18 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 8 Jan 2009 18:09:05 +0100 Subject: [PATCH] Fix variable name. --- imp/config/hooks.php.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index fe3524355..0f0e92cf6 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -225,9 +225,9 @@ // if (($attachment = $imp_ui->getAttachmentType($res_ptr['structure']->getType()))) { // switch ($mode) { // case 'imp': -// $alt_text = (isset($list[$attachment])) -// ? $list[$attachment] -// : $list['attachment']; +// $alt_text = (isset($alt_list[$attachment])) +// ? $alt_list[$attachment] +// : $alt_list['attachment']; // $tmp['status'] = Horde::img($attachment . '.png', $alt_text, array('title' => $alt_text)); // break; // -- 2.11.0