diff options
Diffstat (limited to 'pages/account/12.php')
-rw-r--r-- | pages/account/12.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index e65675d..13bef91 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -47,7 +47,7 @@ $query .= "HAVING `timeleft` > 0 or `expires` = 0 "; } $query .= "ORDER BY `modified` desc"; -echo $query."<br>\n"; +//echo $query."<br>\n"; $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { |