mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
PHP 8.1 fixes.
This commit is contained in:
@@ -34,14 +34,14 @@ if (!function_exists('strptime'))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
if (!function_exists('strftime'))
|
||||
{
|
||||
function strftime($format, $timestamp)
|
||||
{
|
||||
return eShims::strftime($format, $timestamp);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
// Fix for exim missing.
|
||||
|
Reference in New Issue
Block a user