Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge remote branch 'wyze/remove-shares'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhowie committed Jun 26, 2011
2 parents 670de61 + f1a8503 commit 05ace9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/views/admin/dashboard.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ protected function renderBody()
?></td>
<td><?php
if (isset($row['shares_last_interval'])) {
echo_html("{$row['shares_last_interval']} shares");
echo_html($row['shares_last_interval']);
} else {
echo "No shares";
echo "0";
}
?></td>
<td><?php
Expand Down

0 comments on commit 05ace9f

Please sign in to comment.