Minor improvements (#920)

This commit is contained in:
Roman Kelesidis 2023-09-30 19:25:57 +07:00 committed by GitHub
commit 82e5829426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -547,7 +547,7 @@ switch ($mode) {
$poster_id = $postrow[$i]['poster_id'];
$poster = $postrow[$i]['username'];
$post_date = bb_date($postrow[$i]['post_time']);
$post_date = bb_date($postrow[$i]['post_time'], $bb_cfg['post_date_format']);
$message = $postrow[$i]['post_text'];