Thread: Project U-232
View Single Post
  #43  
Old 24th May 2011, 19:25
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
PHP Code:
$debug       = array(1234); 
    
$debug_ids   = (SQL_DEBUG && in_array($CURUSER['id'], $debug) ? 0); 
On each template.php function stdfoot - Everyone does not see that... if you would follow and trace the code you would have seen that only the userid's in the allowed array can see the query debug info. Its setup for the Sysop to have it on because that is info you need to see if you know anything about code.