summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-08-27 10:58:26 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-08-27 10:58:26 -0700
commit88d58c154ada6c6a37a26f6560850ccc400fe130 (patch)
tree9123a66edc3e2acadfffa0d32f937250ddb0b8f0 /modules/poll/poll.module
parent148645a237044fbc362c71818d87b4783688dbd3 (diff)
downloadbrdo-88d58c154ada6c6a37a26f6560850ccc400fe130.tar.gz
brdo-88d58c154ada6c6a37a26f6560850ccc400fe130.tar.bz2
Issue #1751650 by Ivan Zugec: comment formatting
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 6cea88648..70eb65dce 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -817,7 +817,7 @@ function poll_view_results($node, $view_mode, $block = FALSE) {
// Make sure that choices are ordered by their weight.
uasort($node->choice, 'drupal_sort_weight');
- // Count the votes and find the maximum
+ // Count the votes and find the maximum.
$total_votes = 0;
$max_votes = 0;
foreach ($node->choice as $choice) {