Quote:
Originally posted by nakkid
$showqueries is present and it asks for microtime.. the rest is for my hack.. 
i did it this way so you dont get any wierd errors if u miss [high]isset[/high]. i like to leave VB unchanged in those areas.. you never know where it can hit you with an error. leave it this way, it will not hurt nothing.
|
He's right though, it really doesn't matter. It's like:
Code:
if ($me == $you) {
echo 'yea';
} else {
echo 'yea';
}
No matter what it will echo yea, so you better just remove the if statement.