1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Removed useless STRPTIME_COMPAT constant

This commit is contained in:
Nick Liu
2020-01-17 20:07:43 +01:00
parent 24fe5c80ac
commit ce510159a9
2 changed files with 1 additions and 4 deletions

View File

@@ -30,13 +30,10 @@ if (!defined('e107_INIT'))
if (!function_exists('strptime'))
{
define('STRPTIME_COMPAT', true);
function strptime($str, $format)
{
return e107::getDate()->strptime($str,$format);
}
}
//PHP < 5.2 compatibility