This commit is contained in:
2026-01-17 09:48:54 +00:00
parent 82a91ba1d1
commit 3c9a7d6a08
4 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ function dateLang($d, $lang=null)
if (isset($lang) && $lang=="en_US")
{
// return dateEng($d);
return dateFr($d);
return dateEng($d);
}
else
{