Its not, that was the explain after I hit "Edit Setting"
Before Explain is this...
PHP Code:
Query:
SELECT setting.*, settinggroup.*
FROM dwip_module_settinggroup AS settinggroup
LEFT JOIN dwip_module_setting AS setting USING(grouptitle)
WHERE settinggroup.module='sitenav'
Time before: 0.31128311157227
Time after: 0.31180191040039
Time taken: 0.000518798828125
table type possible_keys key key_len ref rows Extra
settinggroup ALL 3 Using where
setting ALL 3
What this basically is, is the vBulletin Options call (to edit your settings) modified to do some other options of a portal like thing I am trying to make. Somewhere between me seeing the options and then clicking on Show all setting, its like its losing the variable if I have it a variable and not a constant.
After typing my last response, I gotta hint and sure enough.. I forgot my hiddencode tags...thanks =P