View Single Post
  #3  
Old 19th April 2009, 11:28
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Default
In functions.php find this:

Code:
if ((DEBUG_MODE || isset($_GET["yuna"])) && count($query_stat)) {
And replace with this:

Code:
if ((DEBUG_MODE) && count($query_stat)) {
Reply With Quote
The Following User Says Thank You to kp380lv For This Useful Post:
Masterdan (8th July 2009)