From 3f73b3abd495399010552d761dc07cb3ef2ce77e Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Wed, 24 Jan 2018 19:03:34 -0800 Subject: [PATCH] Fix goofy typo in ipsearch --- ipsearch.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ipsearch.php b/ipsearch.php index 3d2edc8..7d0d879 100644 --- a/ipsearch.php +++ b/ipsearch.php @@ -92,7 +92,7 @@ $tccellc>Last IP "; for($c=0;$c<500 && $user=$sql->fetch($users);$c++) - if ($users['id'] != 428) print " + print " $tccell2>$user[id] $tccell1>$user[name] @@ -115,7 +115,6 @@ $tccellc>IP "; for($c=0;$c<500 && $post=$sql->fetch($posts);$c++) - if ($post['user'] != 428) print " $tccell2>$post[id] @@ -138,7 +137,6 @@ $tccellc>IP "; for($c=0;$c<500 && $pmsg=$sql->fetch($pmsgs);$c++) - if ($pmsg['userfrom'] != 428 && $pmsg['userto'] != 428) print " $tccell2>$pmsg[id] @@ -154,4 +152,4 @@ } print $tblend.$footer; printtimedif($startingtime); -?> \ No newline at end of file +?>