mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #5443 Warning removal and precautions.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
namespace e107\Shims\Internal;
|
||||
|
||||
use DateTimeZone;
|
||||
use e_date;
|
||||
use eShims;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -83,10 +83,10 @@ trait StrptimeTrait
|
||||
|
||||
for ($i = 1; $i <= 12; $i++)
|
||||
{
|
||||
$k = @strftime('%B', mktime(0, 0, 0, $i));
|
||||
$k = eShims::strftime('%B', mktime(0, 0, 0, $i));
|
||||
$fullmonth[$k] = $i;
|
||||
|
||||
$j = @strftime('%b', mktime(0, 0, 0, $i));
|
||||
$j = eShims::strftime('%b', mktime(0, 0, 0, $i));
|
||||
$abrevmonth[$j] = $i;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user