appdb/. addcomment.php

WineHQ wineowner at wine.codeweavers.com
Sat Jun 9 17:13:27 CDT 2007


ChangeSet ID:	31166
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/06/09 17:13:27

Modified files:
	.              : addcomment.php 

Log message:
	Ben Hodgetts <ben at atomnet.co.uk>
	Add a note to not post terminal outputs to comments

Patch: http://cvs.winehq.org/patch.py?id=31166

Old revision  New revision  Changes     Path
 1.36          1.37          +3 -0       appdb/addcomment.php

Index: appdb/addcomment.php
diff -u -p appdb/addcomment.php:1.36 appdb/addcomment.php:1.37
--- appdb/addcomment.php:1.36	9 Jun 2007 22:13:27 -0000
+++ appdb/addcomment.php	9 Jun 2007 22:13:27 -0000
@@ -58,6 +58,9 @@ if(!empty($aClean['sBody']))
     }
   }
 
+  echo "<p align=\"center\">Enter your comment in the box below.";
+  echo "</br>Please do not paste large terminal or debug outputs here.</p>";
+
   echo "<form method=\"post\" action=\"addcomment.php\">\n";
 
   echo html_frame_start($mesTitle,500,"",0);



More information about the wine-cvs mailing list