February 2nd, 2008, 08:13 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
That is not something you can do unless altering your settings table and changing the settings field from a varchar to text.
ALTER TABLE pp_settings CHANGE setting setting TEXT;
|
| |