]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Mar 2009 11:10:33 +0000 (11:10 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Mar 2009 11:10:33 +0000 (11:10 +0000)
index.php

index 3c783574f472dfb7fe7a8743900006db2faf4ab1..ccf817b5ff4c3d2408b82f96cadbb48b64353594 100644 (file)
--- a/index.php
+++ b/index.php
@@ -314,7 +314,7 @@ function dump_log($tail)
        } else {
                one_item(_("rpm -qa of builder"), _("Not available"));
         }
-       one_item("Data", date("Y/m/d H:i:s", filemtime("$root_directory/$f")));
+       one_item("Date", date("Y/m/d H:i:s", filemtime("$root_directory/$f")));
        /*
        echo "<tr><td>Here:</td><td>" . 
                "<a href=\"$url?idx=$idx&amp;ok=$ok&amp;id=$id\">".
@@ -430,7 +430,7 @@ function list_archs()
                "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) 2002 ".
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.7 $'.
+            '$Revision: 1.8 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -799,7 +799,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.7 2009/01/20 07:49:34 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.8 2009/01/21 13:36:11 shadzik Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.927508 seconds and 4 git commands to generate.