Changeset 28995 for trunk/include


Ignore:
Timestamp:
Jul 7, 2014, 11:36:23 PM (10 years ago)
Author:
rvelices
Message:

feature 2807: fix bugs on comments format_date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r28764 r28995  
    183183          'ID' => $row['id'],
    184184          'AUTHOR' => trigger_change('render_comment_author', $row['author']),
    185           'DATE' => format_date($row['date'], true),
     185          'DATE' => format_date($row['date']).' '.substr($row['date'],11,4),
    186186          'CONTENT' => trigger_change('render_comment_content',$row['content']),
    187187          'WEBSITE_URL' => $row['website_url'],
Note: See TracChangeset for help on using the changeset viewer.