X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=b8ee23f3fddc757b540519a7f4f910bc900991d8;hb=0f8a1ce94ff62c4a6022969cf2b3e8fb695282f4;hp=1a304005bd4e146f772bb3f8b11aef5eb3a8519c;hpb=e362fff6c12cc180c0f6da82da9f8790866057ef;p=squirrelmail.git diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1a304005..b8ee23f3 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -266,7 +266,7 @@ function showMessagesForMailbox while ($j < $end_loop) { if (isset($date[$j])) { - $date[$j] = ereg_replace(' ', ' ', $date[$j]); + $date[$j] = str_replace(' ', ' ', $date[$j]); $tmpdate = explode(' ', trim($date[$j])); } else { $tmpdate = $date = array('', '', '', '', '', '');