ChangeSet ID: 26189 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/03 21:12:43
Modified files: include : comment.php
Log message: Tony Lambregts tony.lambregts@gmail.com Remove now unnecessary stripslashes()
Patch: http://cvs.winehq.org/patch.py?id=26189
Old revision New revision Changes Path 1.22 1.23 +0 -3 appdb/include/comment.php
Index: appdb/include/comment.php diff -u -p appdb/include/comment.php:1.22 appdb/include/comment.php:1.23 --- appdb/include/comment.php:1.22 4 Jul 2006 2:12:43 -0000 +++ appdb/include/comment.php 4 Jul 2006 2:12:43 -0000 @@ -220,9 +220,6 @@ function view_app_comment($oRow) echo html_frame_start('','98%'); echo '<table width="100%" border="0" cellpadding="2" cellspacing="1">',"\n";
- $oRow->subject = stripslashes($oRow->subject); - $oRow->body = stripslashes($oRow->body); - // message header echo "<tr bgcolor="#E0E0E0"><td><a name=Comment-".$oRow->commentId."></a>\n"; echo " <b>".$oRow->subject."</b><br />\n";