November 21st, 2005, 07:44 AM
|
#10 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
Okay try this lines 411-412 of bulkupload make the lines this
they are this
$title = $deftitle;
$desc = $defdesc;
make them this
$title = stripslashes($deftitle);
$desc = stripslashes($defdesc);
|
| |