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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to