Release 2.2.0.

This commit is contained in:
Yuriy Pikhtarev 2017-06-12 20:51:05 +03:00
commit 1575b6eae0
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
9 changed files with 309 additions and 7 deletions

View file

@ -1127,6 +1127,8 @@ function bb_date($gmepoch, $format = false, $friendly_date = true)
{
global $bb_cfg, $lang, $userdata;
$gmepoch = (int)$gmepoch;
if (!$format) {
$format = $bb_cfg['default_dateformat'];
}