Add full date and time as "title" (mouseover) text for dates shown on the message...
[squirrelmail.git] / functions / mailbox_display.php
index 0ebe484bb0ef99422f3ab83df5afa18f24c9539a..41a277a9c91cbbe016da22236cbd1bb2609aed10 100644 (file)
@@ -618,7 +618,9 @@ function prepareMessageList(&$aMailbox, $aProps) {
                     break;
                 case SQM_COL_DATE:
                 case SQM_COL_INT_DATE:
-                    $value = getDateString(getTimeStamp(explode(' ',trim($value))));
+                    $value = getTimeStamp(explode(' ',trim($value)));
+                    $title = getDateString($value, TRUE);
+                    $value = getDateString($value);
                     break;
                 case SQM_COL_FLAGS:
                     $aFlagColumn = array('seen' => false,