PLD-doc: PLD_www_res/buildlogs.sql/index.php - fixed the queue.htm...

witekfl witekfl at pld-linux.org
Mon Nov 26 20:13:57 CET 2007


Author: witekfl                      Date: Mon Nov 26 19:13:56 2007 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
- fixed the queue.html handling

---- Files affected:
PLD-doc/PLD_www_res/buildlogs.sql:
   index.php (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: PLD-doc/PLD_www_res/buildlogs.sql/index.php
diff -u PLD-doc/PLD_www_res/buildlogs.sql/index.php:1.4 PLD-doc/PLD_www_res/buildlogs.sql/index.php:1.5
--- PLD-doc/PLD_www_res/buildlogs.sql/index.php:1.4	Sat Nov 24 18:00:46 2007
+++ PLD-doc/PLD_www_res/buildlogs.sql/index.php	Mon Nov 26 20:13:51 2007
@@ -288,7 +288,7 @@
 	$list = array ();
 	while ($file = readdir($dir)) {
 		if (($file != ".") && ($file != "..")) {
-			$list[$i] = array("$a/$file", filemtime("$root_directory/$a/$file"));
+			$list[$i] = array("/$a/$file", filemtime("$root_directory/$a/$file"));
 			$i++;
 		}
 	}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/PLD_www_res/buildlogs.sql/index.php?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list