PDA

View Full Version : addslashes in popup.php ?


zyclonite
11-07-2006, 14:54
if you use a single quote as description the java script would not work anymore...

small workaround:

in popup.php line 244:


window.opener.document.forms['".$dstfrm."'].".$dstfld2.".value='".addslashes($exp_desc)."';".

Alexei
12-07-2006, 10:08
Thanks for reporting this! The problem has been fixed (differently).