From a2ec3c3852d825c407e10a0ca76470f8026a33d7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Feb 2010 12:29:39 +0000 Subject: - Patch #708144 by lilou: remove double semicolons at end of line. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index ca5958ace..66dec2e7c 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1586,7 +1586,7 @@ function comment_load_multiple($cids = array(), $conditions = array()) { */ function comment_load($cid) { $comment = comment_load_multiple(array($cid)); - return $comment ? $comment[$cid] : FALSE;; + return $comment ? $comment[$cid] : FALSE; } /** -- cgit v1.2.3