From 7f25862f955c94fb5eda389bd8848d6b5f64b1c8 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 12 Nov 2006 00:11:15 +0000 Subject: #93821 by lyricnz. Fix an undefined variable. --- modules/comment/comment.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/comment/comment.module') 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)) { -- cgit v1.2.3