Index: branches/5.3.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r15902 -r15928 --- branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15902) +++ branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15928) @@ -1,6 +1,6 @@ TableName . ' - WHERE (ParentPath LIKE "' . $object->GetDBField('ParentPath') . '%") AND (CreatedOn > ' . (adodb_mktime() - 86400) . ')'; + WHERE (ParentPath LIKE "' . $object->GetDBField('ParentPath') . '%") AND (CreatedOn > ' . (time() - 86400) . ')'; return $this->Conn->GetOne($sql) - 1; } @@ -865,7 +865,7 @@ } } - return adodb_date($format, $date); + return date($format, $date); } function CategoryItemCount($params)