mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
strftime() added to php_compatibility_handler.php and all references updated. README updated. dateAlternativeTest updated to pass on Windows. (TBD)
This commit is contained in:
@@ -632,7 +632,7 @@ class e_news_item extends e_front_model
|
||||
$params = array($val); //value is always the first callback argument
|
||||
$params = array_merge($params, explode(',', $parm['arg']));
|
||||
//should be done with date handler (awaiting for modifications)
|
||||
return e_date::strftime(varset($parm['arg'], e107::getPref('shortdate')), $val);
|
||||
return strftime(varset($parm['arg'], e107::getPref('shortdate')), $val);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user