/**
if(isset($settings)) { - return $settings; + return($settings[0]); }
Hi, function getAllSettings() on first run returns
return($settings[0]);
so return $settings; should be correct.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Sorry, found and fixed it. brm
Hi, function getAllSettings() on first run returns
return($settings[0]);
so return $settings; should be correct.
Sorry, found and fixed it. brm