From: Jan Schneider Date: Thu, 8 Jan 2009 17:09:05 +0000 (+0100) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b8e9f72e5b48e3cd101bfd5263e6ecf3c0dd3d18;p=horde.git Fix variable name. --- 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; //