Remove now unnecessary stripslashes()

This commit is contained in:
Tony Lambregts
2006-07-04 02:12:43 +00:00
committed by WineHQ
parent ff97ddef7d
commit 55e06eee0c

View File

@@ -220,9 +220,6 @@ function view_app_comment($oRow)
echo html_frame_start('','98%'); echo html_frame_start('','98%');
echo '<table width="100%" border="0" cellpadding="2" cellspacing="1">',"\n"; echo '<table width="100%" border="0" cellpadding="2" cellspacing="1">',"\n";
$oRow->subject = stripslashes($oRow->subject);
$oRow->body = stripslashes($oRow->body);
// message header // message header
echo "<tr bgcolor=\"#E0E0E0\"><td><a name=Comment-".$oRow->commentId."></a>\n"; echo "<tr bgcolor=\"#E0E0E0\"><td><a name=Comment-".$oRow->commentId."></a>\n";
echo " <b>".$oRow->subject."</b><br />\n"; echo " <b>".$oRow->subject."</b><br />\n";