Empty commit

This commit is contained in:
Git 2014-03-10 08:00:42 +00:00
parent 50bdb1eb3f
commit ac9fc638eb

View File

@ -352,7 +352,7 @@
if ($ForumID == STAFF_FORUM) { if ($ForumID == STAFF_FORUM) {
?> ?>
<br /> <br />
<strong>Votes:</strong> <?=number_format($TotalVotes)?> / <?="$StaffCount\n"?> <strong>Votes:</strong> <?=number_format($StaffCount - count($StaffNames))?> / <?=$StaffCount?> current staff, <?=number_format($TotalVotes)?> total
<br /> <br />
<strong>Missing votes:</strong> <?=implode(", ", $StaffNames); echo "\n";?> <strong>Missing votes:</strong> <?=implode(", ", $StaffNames); echo "\n";?>
<br /><br /> <br /><br />