merk
Sat 8th Sep '01, 10:46pm
Looking through a few vbulletin files, i see
if(isset($action)==0) {
Would it not be easier to
if(!isset($action)) { ?
Not that it makes that much difference i guess ;)
if(isset($action)==0) {
Would it not be easier to
if(!isset($action)) { ?
Not that it makes that much difference i guess ;)