From d386c110f449d39631c6af1aabced9799c7a372d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Jan 2001 13:38:46 +0000 Subject: - removed redundant spaces --- modules/comment/comment.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index bdda1cc0e..e4a8ca9ac 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -28,7 +28,7 @@ function comment_edit($id) { $output .= " \n"; $output .= "

\n"; $output .= "\n"; - + print $output; } @@ -43,7 +43,7 @@ function comment_display($order = "date") { // Perform SQL query: $result = db_query("SELECT c.*, u.userid FROM comments c LEFT JOIN users u ON u.id = c.author ORDER BY c.$fields[$order] LIMIT 50"); - + // Display comments: $output .= "\n"; $output .= " \n"; @@ -70,7 +70,7 @@ function comment_display($order = "date") { } $output .= "
\n"; - + print $output; } -- cgit v1.2.3