mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#920)
This commit is contained in:
parent
6a007023da
commit
82e5829426
4 changed files with 8 additions and 8 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue