[Bug 492] Changed - Javascript error due to an small typo in imp-2.2.3/locale/fr/message.lang
bugs@bugs.horde.org
bugs@bugs.horde.org
Tue, 10 Oct 2000 12:42:10 -0300
http://bugs.horde.org/show_bug.cgi?id=492
*** shadow/492 Tue Oct 10 11:58:44 2000
--- shadow/492.tmp.30721 Tue Oct 10 12:42:10 2000
***************
*** 9,15 ****
Priority: P4
Component: IMP
Area: BUILD
! AssignedTo: chuck@horde.org
ReportedBy: benoit@proxad.net
URL:
Summary: Javascript error due to an small typo in imp-2.2.3/locale/fr/message.lang
--- 9,15 ----
Priority: P4
Component: IMP
Area: BUILD
! AssignedTo: bjn@horde.org
ReportedBy: benoit@proxad.net
URL:
Summary: Javascript error due to an small typo in imp-2.2.3/locale/fr/message.lang
***************
*** 33,35 ****
--- 33,42 ----
pas été effacé.</td></tr>';
+
+ ------- Additional Comments From bjn@horde.org 10/10/00 12:42 -------
+ Hmmm... message.php3 line 387 is using addslashes() for the first occurrence of
+ add_to_contacts, but not the second. It looks to me like the correct fix to
+ this isn't to add escaping to the .lang file, but to wrap the second occurrence
+ of add_to_contacts with addslashes() in message.php3. If someone can confirm
+ then I'll make that change.