| Derick Rethans 2004-10-14, 3:56 pm |
| derick Thu Oct 14 02:03:40 2004 EDT
Modified files:
/php-bugs-web bug.php
Log:
- Make this a bit more obvious.
http://cvs.php.net/diff.php/php-bug...67&r2=1.68&ty=u
Index: php-bugs-web/bug.php
diff -u php-bugs-web/bug.php:1.67 php-bugs-web/bug.php:1.68
--- php-bugs-web/bug.php:1.67 Thu Sep 2 02:24:02 2004
+++ php-bugs-web/bug.php Thu Oct 14 02:03:40 2004
@@ -409,9 +409,10 @@
the database with that please
<?php if (canvote()) { echo " — but make sure to <a href=\"$PHP_SELF?id=$id\">vote on the bug</a>"; } ?>!
</div>
-<div class="warnings">
-Do <b>NOT</b> use the comment systems to ask questions related to bug reports.
-They will be removed without warning.
+<div class="errors">
+Do <b>NOT</b> use the comment system to ask questions related to bug reports,
+nor add "this is how I solved it" or "this might help you" comments to bugs
+that are not open. They will be removed without warning.
</div>
<?php }?>
<table>
|