diff --git a/pages/wot/1.php b/pages/wot/1.php index 8eaab6b..c42bbae 100644 --- a/pages/wot/1.php +++ b/pages/wot/1.php @@ -87,7 +87,8 @@ } elseif($locid > 0){ echo "\n\n\n\n\n\n\n
\n"; } - + if($locid>0 || $regid>0 || $ccid>0) + { $query = "select *, `users`.`id` as `id` from `users`,`notary` where `listme`='1' and `ccid`='".$ccid."' and `regid`='".$regid."' and `locid`='".$locid."' and `users`.`id`=`notary`.`to` @@ -110,7 +111,9 @@ - +