January 3rd, 2006, 05:35 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,765
|
I beleive this is posted here but try this. In adm-cats.php try this line 92
$ncatname = convert_html($catname);
change to this
$ncatname = convert_html(stripslashes($catname));
$catdesc = convert_html(stripslashes($catdesc));
|
| |