logo       

cvs: pearweb /public_html package-info.php: msg#00059

php.pear.core

Subject: cvs: pearweb /public_html package-info.php

cellog Thu Oct 19 01:33:21 2006 UTC

Modified files:
/pearweb/public_html package-info.php
Log:
fix the bug noted by Laurent.

We need to pass in category to the package-stats page

http://cvs.php.net/viewvc.cgi/pearweb/public_html/package-info.php?r1=1.120&r2=1.121&diff_format=u
Index: pearweb/public_html/package-info.php
diff -u pearweb/public_html/package-info.php:1.120
pearweb/public_html/package-info.php:1.121
--- pearweb/public_html/package-info.php:1.120 Wed Oct 18 17:23:17 2006
+++ pearweb/public_html/package-info.php Thu Oct 19 01:33:21 2006
@@ -16,7 +16,7 @@
| Authors: Martin Jansen <mj@xxxxxxx> |
| Tomas V.V.Cox <cox@xxxxxxxxxxx> |
+----------------------------------------------------------------------+
- $Id: package-info.php,v 1.120 2006/10/18 17:23:17 cellog Exp $
+ $Id: package-info.php,v 1.121 2006/10/19 01:33:21 cellog Exp $
*/


@@ -320,7 +320,8 @@
print '<li><a href="' . htmlspecialchars($cvs_link) . '" title="Browse
the source tree (in CVS, Subversion or another RCS) of this package">Browse the
source tree</a></li>';
}
print '<li><a href="/feeds/pkg_' . strtolower(htmlspecialchars($name)) .
'.rss" title="RSS feed for the releases of the package">RSS release
feed</a></li>';
- print '<li><a href="/package-stats.php?pid=' . $pkg['packageid'] . '"
title="View download statistics for this package">View Download
Statistics</a></li>';
+ print '<li><a href="/package-stats.php?pid=' . $pkg['packageid'] . '&cid='
.
+ $pkg['categoryid'] . '" title="View download statistics for this
package">View Download Statistics</a></li>';
print '</ul>';
print '</td>';
print '</tr>';



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise