Ignore:
Timestamp:
Feb 4, 2009, 3:42:17 AM (15 years ago)
Author:
rvelices
Message:

merge r3122 from trunk

  • removed second parameter $type from function format_date
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/picture_modify.php

    r3046 r3123  
    242242    'FILESIZE' => @$row['filesize'].' KB',
    243243
    244     'REGISTRATION_DATE' =>
    245       format_date($row['date_available'], 'mysql_datetime', false),
     244    'REGISTRATION_DATE' => format_date($row['date_available']),
    246245
    247246    'AUTHOR' => isset($_POST['author']) ? $_POST['author'] : @$row['author'],
Note: See TracChangeset for help on using the changeset viewer.