Revision: 1548 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1548&view=re... Author: any0n3 Date: 2010-09-04 20:05:09 +0000 (Sat, 04 Sep 2010)
Log Message: ----------- Bug fix again. :-)
Modified Paths: -------------- www/staging/content/downloads.html
Modified: www/staging/content/downloads.html =================================================================== --- www/staging/content/downloads.html 2010-09-04 20:00:11 UTC (rev 1547) +++ www/staging/content/downloads.html 2010-09-04 20:05:09 UTC (rev 1548) @@ -31,7 +31,7 @@ echo " <th>SIG</th>"; echo "</tr>"; - if(file_exists($dir . "/geany-plugins-" . $version . ".tar.gz" && + if(file_exists($dir . "/geany-plugins-" . $version . ".tar.gz") && file_exists($dir . "/geany-plugins-" . $version . ".tar.gz.sig")) { echo "<tr>"; @@ -41,7 +41,7 @@ echo "</tr>"; }
- if(file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2" && + if(file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2") && file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2.sig")) { echo "<tr>"; @@ -51,7 +51,7 @@ echo "</tr>"; }
- if(file_exists($dir . "/geany-plugins-" . $version . ".exe" && + if(file_exists($dir . "/geany-plugins-" . $version . ".exe") && file_exists($dir . "/geany-plugins-" . $version . ".exe.sig")) { echo "<tr>";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org