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/admin/picture_modify.php

    r3049 r3122  
    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.