www/nightly.adium.im 19:19f903cbafb6: More debugging.

commits at adium.im commits at adium.im
Wed Nov 9 20:49:53 UTC 2011


details:	http://hg.adium.im/www/nightly.adium.im/rev/19f903cbafb6
revision:	19:19f903cbafb6
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Wed Nov 09 22:49:38 2011 +0200

More debugging.

diffs (26 lines):

diff -r 623c07e458e4 -r 19f903cbafb6 index.php
--- a/index.php	Wed Nov 09 22:44:53 2011 +0200
+++ b/index.php	Wed Nov 09 22:49:38 2011 +0200
@@ -31,9 +31,9 @@
     foreach ($files as $file) {
         $sortedFiles[filemtime($file)] = $file;
     }
-
+    
     krsort($sortedFiles);
-    
+    var_dump(count($sortedFiles));
     return array_values($sortedFiles);
 }
 
@@ -91,8 +91,8 @@
 			<th>MD5</th>
             <th>Uploaded</th>
         </tr>
-<?  $filelist = fsortmtime(array_reverse(scandir($repo_branch)));
-
+<?  $filelist = fsortmtime(scandir($repo_branch));
+var_dump(count($filelist));
 	$alternating = 0;
 
     foreach ($filelist as $filename) {




More information about the commits mailing list