Gotta love the PHP
Quick - what does this line of PHP do:
@ $value = unserialize($option->option_value);
Look, its an 'at sign'. Hmm...that must be something special. I bet its some really advanced crazy PHP feat...oh of course - its PHP's error control! it tells the intrepeter to ignore any and all errors in that line of code! [...]
