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> _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue