From 06070994683d6ace12f1bed6554a80d243696c06 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 1 Jun 2001 17:11:16 +0000 Subject: [PATCH] IP and Delete post icons only show to moderators git-svn-id: file:///svn/phpbb/trunk@406 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a12f94d0d8..7c82e38a95 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -430,7 +430,7 @@ for($x = 0; $x < $total_posts; $x++) $quote_img = "\"$l_replyquote\""; $pmsg_img = "\"$l_sendpmsg\""; - if($is_moderator) + if($is_auth['auth_mod']) { $ip_img = "\"$l_viewip\""; $delpost_img = "\"$l_delete\"";