commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9734 - trunk/www/web/downloads


From: reinhard
Subject: [gnue] r9734 - trunk/www/web/downloads
Date: Mon, 25 Jun 2007 08:44:58 -0500 (CDT)

Author: reinhard
Date: 2007-06-25 08:44:57 -0500 (Mon, 25 Jun 2007)
New Revision: 9734

Modified:
   trunk/www/web/downloads/snapshots.php
Log:
Sort snapshots by name, so different snapshots of the same package are sorted
together.


Modified: trunk/www/web/downloads/snapshots.php
===================================================================
--- trunk/www/web/downloads/snapshots.php       2007-06-22 13:24:14 UTC (rev 
9733)
+++ trunk/www/web/downloads/snapshots.php       2007-06-25 13:44:57 UTC (rev 
9734)
@@ -22,7 +22,7 @@
   look  <a href="current.php">here</a> instead.</p>
 
 
-  <? $dir = "snapshots"; $sortby="date" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "snapshots"; $sortby="name" ; include "../shared/_listdir.php" ; ?>
 
   <p>The build logs for last night's build are <a 
href="snapshots/build.txt">here.</a></p>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]