Changeset 1782 for trunk/admin/stats.php


Ignore:
Timestamp:
Feb 6, 2007, 2:10:59 AM (17 years ago)
Author:
rvelices
Message:

history: removed some php warnings and reduced some annoying language warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/stats.php

    r1733 r1782  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     8// | file          : $Id$
    99// | last update   : $Date$
    1010// | last modifier : $Author$
     
    346346  array_push(
    347347    $title_parts,
    348     '<a href="'.$url.'">'.sprintf(l10n('Year %d'), $page['year']).'</a>'
     348    '<a href="'.$url.'">'.$page['year'].'</a>'
    349349    );
    350350
     
    457457    if (isset($page['day']))
    458458    {
    459       $value = $i.' '.l10n('hour');
     459      $value = sprintf('%02u', $i);
    460460    }
    461461    else if (isset($page['month']))
Note: See TracChangeset for help on using the changeset viewer.