summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-12 00:11:15 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-12 00:11:15 +0000
commit7f25862f955c94fb5eda389bd8848d6b5f64b1c8 (patch)
tree766983fc7bd096bf51d5fba9d8abeef8e28fa0af /modules/comment/comment.module
parent82a36d5d78fce2cfe80405ea326f8be24e14fab6 (diff)
downloadbrdo-7f25862f955c94fb5eda389bd8848d6b5f64b1c8.tar.gz
brdo-7f25862f955c94fb5eda389bd8848d6b5f64b1c8.tar.bz2
#93821 by lyricnz. Fix an undefined variable.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 016029041..1873c1b84 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -891,6 +891,7 @@ function comment_render($node, $cid = 0) {
$output .= drupal_get_form('comment_controls', $mode, $order, $comments_per_page);
}
+ $divs = 0;
$last_depth = 0;
drupal_add_css(drupal_get_path('module', 'comment') . '/comment.css');
while ($comment = db_fetch_object($result)) {