diff options
author | Git <git@what.cd> | 2014-07-12 08:00:27 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2014-07-12 08:00:27 +0000 |
commit | c180572ea32965554bf47b72ee9a3797dd360896 (patch) | |
tree | b6fb0c34887b6bcc61a5bdce96d691dd3860849d | |
parent | b7085eaf218b8335fda856615b93232d6d9dee5b (diff) | |
download | Gazelle-c180572ea32965554bf47b72ee9a3797dd360896.zip Gazelle-c180572ea32965554bf47b72ee9a3797dd360896.tar.gz Gazelle-c180572ea32965554bf47b72ee9a3797dd360896.tar.bz2 |
Empty commit
-rw-r--r-- | sections/torrents/peerlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sections/torrents/peerlist.php b/sections/torrents/peerlist.php index 7082cfa..792b494 100644 --- a/sections/torrents/peerlist.php +++ b/sections/torrents/peerlist.php @@ -52,7 +52,7 @@ $DB->set_query_id($Result); while (list($PeerUserID, $Size, $Active, $Connectable, $Uploaded, $Remaining, $UserAgent) = $DB->next_record()) { ?> <tr> - <td><?=Users::format_username($PeerUserID, false, false, false)?></td> + <td>Peer</td> <td><?=($Active) ? '<span style="color: green;">Yes</span>' : '<span style="color: red;">No</span>' ?></td> <td><?= ($Connectable) ? '<span style="color: green;">Yes</span>' : '<span style="color: red;">No</span>' ?></td> <td class="number_column"><?=Format::get_size($Uploaded) ?></td> |