diff options
Diffstat (limited to 'pages/wot/10.php')
-rw-r--r-- | pages/wot/10.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/10.php b/pages/wot/10.php index d796789..24b8a70 100644 --- a/pages/wot/10.php +++ b/pages/wot/10.php @@ -114,7 +114,7 @@ if ($thawte) </tr> <? $points = 0; - $query = "select `id`, `date`, `points`, `location`, `method` from `notary` where `from`='".intval($_SESSION['profile']['id'])."' and `to`!='".intval($_SESSION['profile']['id'])."' and `deleted`=0" ; + $query = "select `id`, `date`, `points`, `to`, `location`, `method` from `notary` where `from`='".intval($_SESSION['profile']['id'])."' and `to`!='".intval($_SESSION['profile']['id'])."' and `deleted`=0" ; $res = mysql_query($query); while($row = mysql_fetch_assoc($res)) { |