From: Roland Häder Date: Sun, 20 Sep 2009 12:47:38 +0000 (+0000) Subject: Possible further fix for #128 X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=07612d2debcc78a93678db0deed050d82df432f1 Possible further fix for #128 --- diff --git a/inc/functions.php b/inc/functions.php index eedc0215f9..f55f513560 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1421,7 +1421,7 @@ function createTimeSelections ($timestamp, $prefix = '', $display = '', $align = $OUT .= "
{--_YEARS--}\n"; } - if (ereg("M", $display) || (empty($display))) { + if (ereg('M', $display) || (empty($display))) { $OUT .= "
{--_MONTHS--}\n"; } @@ -1461,7 +1461,7 @@ function createTimeSelections ($timestamp, $prefix = '', $display = '', $align = $OUT .= "\n"; } - if (ereg("M", $display) || (empty($display))) { + if (ereg('M', $display) || (empty($display))) { // Generate month selection $OUT .= "