From a088778a85c5a58632ebb43eaae6e0c2ec4cdbd9 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 14 Jun 2006 14:57:23 +0000 Subject: [PATCH] Get rid of redundant include to fix adminCommentView.php --- admin/adminCommentView.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/adminCommentView.php b/admin/adminCommentView.php index f08d71f..e9f31fb 100644 --- a/admin/adminCommentView.php +++ b/admin/adminCommentView.php @@ -6,7 +6,6 @@ include("path.php"); include(BASE."include/incl.php"); -require(BASE."include/comment.php"); apidb_header("Comments");