remove PHP closing tag in example config file
[squirrelmail.git] / src / printer_friendly_bottom.php
index 68143c3c5201ed5780e9a29aa0e0d6b93139121b..b65da692986a047892493bf7d30af112dca867cd 100644 (file)
@@ -52,7 +52,7 @@ if ($passed_ent_id) {
 $rfc822_header = $message->rfc822_header;
 /* From and Date are usually fine as they are... */
 $from = $rfc822_header->getAddr_s('from');
-$date = getLongDateString($rfc822_header->date);
+$date = getLongDateString($rfc822_header->date, $rfc822_header->date_unparsed);
 $subject = trim($rfc822_header->subject);
 
 /* we can clean these up if the list is too long... */