commit-gnue
[Top][All Lists]
Advanced

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

r5772 - trunk/www/web/shared


From: btami
Subject: r5772 - trunk/www/web/shared
Date: Mon, 3 May 2004 16:47:15 -0500 (CDT)

Author: btami
Date: 2004-05-03 16:47:14 -0500 (Mon, 03 May 2004)
New Revision: 5772

Modified:
   trunk/www/web/shared/_listdir.php
Log:
2. attempt to fix the .deb section

Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-05-03 21:30:07 UTC (rev 5771)
+++ trunk/www/web/shared/_listdir.php   2004-05-03 21:47:14 UTC (rev 5772)
@@ -66,7 +66,7 @@
 }
 
 handleFileType("tar.gz", "Source files", $dir, $sortby);
-handleFileType(".deb", "Debian GNU/Linux Packages", $dir, $sortby);
+handleFileType("\.deb", "Debian GNU/Linux Packages", $dir, $sortby);
 handleFileType("rpm", "GNU/Linux RPM Packages", $dir, $sortby);
 handleFileType("zip", "Source files", $dir, $sortby);
 handleFileType("exe", "Windows Installation Files", $dir, $sortby);





reply via email to

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