Fix variable name.
authorJan Schneider <jan@horde.org>
Thu, 8 Jan 2009 17:09:05 +0000 (18:09 +0100)
committerJan Schneider <jan@horde.org>
Thu, 8 Jan 2009 17:09:05 +0000 (18:09 +0100)
imp/config/hooks.php.dist

index fe35243..0f0e92c 100644 (file)
 //             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;
 //