From: stekkel Date: Sat, 16 Apr 2005 22:26:32 +0000 (+0000) Subject: removed just added htmlspecialvars around the date column because it fucks X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3b64ced262967d6e86af54f0d37598937947b98e removed just added htmlspecialvars around the date column because it fucks up the display. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9321 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index d878cbdb..c6851131 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -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,