Remove non-existent variable
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 17 Sep 2009 20:49:59 +0000 (14:49 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 17 Sep 2009 21:15:11 +0000 (15:15 -0600)
imp/templates/chunks/message.php

index 734601b..5011208 100644 (file)
@@ -113,7 +113,7 @@ function _createDAfmsg($text, $image, $id, $class = '', $show_text = true)
 <?php if (!$disable_compose): ?>
  <div id="qreply" style="display:none">
   <div class="header">
-   <div class="headercloseimg"><?php echo $close_img ?></div>
+   <div class="headercloseimg"></div>
    <div><?php echo _("Message:") . ' ' . $show_msg_result['subject'] ?></div>
   </div>
   <?php echo $compose_result['html']; ?>