]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Typo fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Sep 2005 10:30:08 +0000 (10:30 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Sep 2005 10:30:08 +0000 (10:30 +0000)
obsolete/buildlogs/index.php

index 3a84b1c454489fd634b9b029ddc3cf79ea7b8fc9..29dffd559c5a54c7b1d33dee428c6fd0478e8006 100644 (file)
@@ -531,7 +531,7 @@ function dump_log($tail)
        $fd = popen($cmd, "r");
        start_pre();
        while (($s = fgets($fd, 102400)) != false) {
-               if (strlen($s) > 800)) {
+               if (strlen($s) > 800) {
                        $s = chunk_split($s, 800, "\n    ");
                        $s = trim($s);
                }
@@ -627,7 +627,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.83 $'.
+            '$Revision: 1.84 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -983,7 +983,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.83 2005/09/04 12:54:11 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.84 2005/09/05 10:02:16 arekm Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.205728 seconds and 4 git commands to generate.