Ignore:
Timestamp:
Feb 4, 2009, 3:41:03 AM (15 years ago)
Author:
rvelices
Message:
  • removed second parameter $type from function format_date
File:
1 edited

Legend:

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

    r3049 r3122  
    131131    while ($row = mysql_fetch_array($result))
    132132    {
    133       $tpl_comment = 
     133      $tpl_comment =
    134134        array(
    135135          'AUTHOR' => trigger_event('render_comment_author',
     
    138138            : $row['author']),
    139139
    140           'DATE' => format_date(
    141             $row['date'],
    142             'mysql_datetime',
    143             true),
     140          'DATE' => format_date( $row['date'], true),
    144141
    145142          'CONTENT' => trigger_event('render_comment_content',$row['content']),
Note: See TracChangeset for help on using the changeset viewer.