removed just added htmlspecialvars around the date column because it fucks
[squirrelmail.git] / functions / mailbox_display.php
index d878cbdbc5c9c41cedbb46e118db818dae2647c8..c6851131e915c5bdca8d1bf921465770887b9968 100644 (file)
@@ -562,7 +562,7 @@ function prepareMessageList(&$aMailbox, $aProps) {
                     break;
                 case SQM_COL_DATE:
                 case SQM_COL_INT_DATE:
-                    $value = htmlspecialchars(getDateString(getTimeStamp(explode(' ',trim($value)))));
+                    $value = getDateString(getTimeStamp(explode(' ',trim($value))));
                     break;
                 case SQM_COL_FLAGS:
                     $aFlagColumn = array('seen' => false,