Changeset 185


Ignore:
Timestamp:
02/21/06 23:48:24 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-04-30 21:05:58 by anonymous]
résolution du bug #177: les dates des répértoires étaient affichées en
format 12h, contrairement aux fichiers. il serait préférable de faire
un petit ménage ici, mais bon.

Original author: anonymous
Date: 2004-04-30 21:05:58

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/bro_main.php

    r175 r185  
    11<?php 
    22/* 
    3  $Id: bro_main.php,v 1.8 2004/02/24 18:06:41 remi Exp $ 
     3 $Id: bro_main.php,v 1.9 2004/04/30 21:05:58 anonymous Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    195195echo "\">".$c[$i]["name"]."/</a></b></td>\n"; 
    196196echo "  <td>".format_size($c[$i]["size"])."</td>"; 
    197 #echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br /></td>"; 
     197#echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d H:i:s",$c[$i]["date"]))."<br /></td>"; 
    198198echo "<td>".date("d/m/Y H:i",$c[$i]["date"])."<br /></td>"; 
    199199 
Note: See TracChangeset for help on using the changeset viewer.