Ignore:
Timestamp:
Dec 30, 2004, 9:10:46 AM (20 years ago)
Author:
plg
Message:
  • bug fixed on upload : configuration variable $confupload_available has disappeared
  • by default, new categories are not "uploadable"
  • bug fixed on date displayed from Unix format : trying to find seconds while not provided
  • bug fixed on admin/waiting template to center submit button
File:
1 edited

Legend:

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

    r661 r667  
    401401    case 'unix' :
    402402    {
    403       list($year,$month,$day,$hour,$minute,$second) =
     403      list($year,$month,$day,$hour,$minute) =
    404404        explode('.', date('Y.n.j.G.i', $date));
    405405      break;
Note: See TracChangeset for help on using the changeset viewer.