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:
@@ -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
|
||||
|
Reference in New Issue
Block a user