The final problem 🧣

This commit is contained in:
Abdulrahman
2019-05-26 20:39:23 +03:00
parent 412be337a7
commit c09e812534
7 changed files with 49 additions and 34 deletions

View File

@@ -838,6 +838,8 @@ function kleeja_date($time, $human_time = true, $format = false)
{
global $lang, $config;
$time = intval($time);
if (! defined('TIME_FORMAT'))
{
define('TIME_FORMAT', 'd-m-Y h:i a'); // to be moved to configs later