ChangeSet ID: 26284 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/07 11:04:55
Modified files: . : addcomment.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Remove unused originator
Patch: http://cvs.winehq.org/patch.py?id=26284
Old revision New revision Changes Path 1.30 1.31 +0 -5 appdb/addcomment.php
Index: appdb/addcomment.php diff -u -p appdb/addcomment.php:1.30 appdb/addcomment.php:1.31 --- appdb/addcomment.php:1.30 7 Jul 2006 16: 4:55 -0000 +++ appdb/addcomment.php 7 Jul 2006 16: 4:55 -0000 @@ -61,7 +61,6 @@ if(!empty($aClean['sBody'])) if($oRow) { $mesTitle = "<b>Replying To ...</b> $oRow->subject\n"; - $originator = $oRow->userId; echo html_frame_start($oRow->subject,500); echo htmlify_urls($oRow->body), "<br /><br />\n"; echo html_frame_end(); @@ -89,10 +88,6 @@ if(!empty($aClean['sBody'])) echo "<input type="hidden" name="iThread" value="".$aClean['iThread']."" />\n"; echo "<input type="hidden" name="iAppId" value="".$aClean['iAppId']."" />\n"; echo "<input type="hidden" name="iVersionId" value="".$aClean['iVersionId']."" />\n"; - if (!empty($aClean['iThread'])) - { - echo "<input type="hidden" name="iOriginator" value="$originator" />\n"; - } echo "</form>"; }