From a37373e7d975ae697aebe4d62da60f36e0d277b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 5 Sep 2005 10:30:08 +0000 Subject: [PATCH 1/1] Typo fixed --- obsolete/buildlogs/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obsolete/buildlogs/index.php b/obsolete/buildlogs/index.php index 3a84b1c..29dffd5 100644 --- a/obsolete/buildlogs/index.php +++ b/obsolete/buildlogs/index.php @@ -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\" />
\n" . "(c) 2002 ". "PLD Team
\n". - '$Revision: 1.83 $'. + '$Revision: 1.84 $'. "
\n"; # smile ;) @@ -983,7 +983,7 @@ function welcome() . ;)

-

Version: $Id: index.php,v 1.83 2005/09/04 12:54:11 arekm Exp $

+

Version: $Id: index.php,v 1.84 2005/09/05 10:02:16 arekm Exp $