From 9d06ab677c57568ca0d07bcb9be30e45a3e366a8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 19 Jan 2026 09:53:00 +0000 Subject: [PATCH] a --- Framework/Functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Framework/Functions.php b/Framework/Functions.php index 4c8df70..8cf7d29 100755 --- a/Framework/Functions.php +++ b/Framework/Functions.php @@ -166,6 +166,8 @@ function dateEng($d) function dateLang($d, $lang=null) { + var_dump(array($d, $lang)); + if (isset($lang) && $lang=="en_US") { return dateEng($d);