mirror of
https://github.com/php/web-people.git
synced 2026-03-23 23:02:08 +01:00
Re-enable assigned bugs
This commit is contained in:
2
user.php
2
user.php
@@ -7,7 +7,7 @@ site_header("Developers Profile Pages; $USERNAME");
|
||||
|
||||
$NFO = findPHPUser($USERNAME);
|
||||
$PROFILE = findPHPUserProfile($USERNAME);
|
||||
$BUGS = []; // findAssignedBugs($USERNAME);
|
||||
$BUGS = findAssignedBugs($USERNAME);
|
||||
$email = $NFO["username"].'@php.net';
|
||||
$gravatar = "//www.gravatar.com/avatar/" . md5($email) . ".jpg?s=460";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user