[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
- Previous message: [freeside-commits] freeside/httemplate/elements/fckeditor/editor/wsc ciframe.html, NONE, 1.1 tmpFrameset.html, NONE, 1.1 w.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements/fckeditor fckconfig.js, 1.1, 1.1.6.1 fckeditor.js, 1.1, 1.1.6.1 fckpackager.xml, 1.1, 1.1.6.1 fckstyles.xml, 1.1, 1.1.6.1 fcktemplates.xml, 1.1, 1.1.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [freeside-commits] freeside/httemplate/elements/fckeditor/editor/wsc ciframe.html, NONE, 1.1 tmpFrameset.html, NONE, 1.1 w.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements/fckeditor fckconfig.js, 1.1, 1.1.6.1 fckeditor.js, 1.1, 1.1.6.1 fckpackager.xml, 1.1, 1.1.6.1 fckstyles.xml, 1.1, 1.1.6.1 fcktemplates.xml, 1.1, 1.1.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list