[freeside-commits] freeside/httemplate/edit cust_main_note.cgi, 1.5, 1.6

Mark Wells mark at wavetail.420.am
Tue Mar 16 01:05:29 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv22506/httemplate/edit

Modified Files:
	cust_main_note.cgi 
Log Message:
minor bugfix

Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main_note.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- cust_main_note.cgi	16 Mar 2010 02:51:56 -0000	1.5
+++ cust_main_note.cgi	16 Mar 2010 08:05:27 -0000	1.6
@@ -35,6 +35,8 @@
   $comment = $note->comments;
 }
 
+$comment =~ s/\r//g; # remove weird line breaks to protect FCKeditor
+
 $cgi->param('custnum') =~ /^(\d+)$/ or die "illeagl custnum";
 my $custnum = $1;
 



More information about the freeside-commits mailing list