dufuz Fri Apr 27 00:25:05 2007 UTC
Modified files:
/pearweb/include pear-format-html.php
Log:
include feature requests in the my bugs feature since people might also want
to track that.
http://cvs.php.net/viewvc.cgi/pearweb/include/pear-format-html.php?r1=1.204&r2=1.205&diff_format=u
Index: pearweb/include/pear-format-html.php
diff -u pearweb/include/pear-format-html.php:1.204
pearweb/include/pear-format-html.php:1.205
--- pearweb/include/pear-format-html.php:1.204 Tue Apr 24 14:32:59 2007
+++ pearweb/include/pear-format-html.php Fri Apr 27 00:25:05 2007
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: pear-format-html.php,v 1.204 2007/04/24 14:32:59 davidc Exp $
+ $Id: pear-format-html.php,v 1.205 2007/04/27 00:25:05 dufuz Exp $
*/
PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'error_handler');
@@ -165,7 +165,7 @@
print '<a class="menuWhite" href="/user/' . $auth_user->handle .
'">Info</a> | ';
print '<a class="menuWhite" href="/account-edit.php?handle=' .
$auth_user->handle . '">Profile</a> | ';
print '<a class="menuWhite" href="/bugs/search.php?handle=' .
$auth_user->handle .
'&cmd=display&status=OpenFeedback&showmenu=1">Bugs</a> | ';
- print '<a class="menuWhite" href="/bugs/search.php?handle=' .
$auth_user->handle . '&cmd=display&status=All&author_email=' .
$auth_user->handle .
+ print '<a class="menuWhite" href="/bugs/search.php?handle=' .
$auth_user->handle .
'&cmd=display&status=All&bug_type=All&author_email=' .
$auth_user->handle .
'&direction=DESC&order_by=ts1&showmenu=1">My Bugs</a>';
print ")</small><br />\n";
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|