cvs: docweb /www/rfc rfc-votes-show.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1122924573@cvsserver> |
vincent Mon Aug 1 15:29:33 2005 EDT
Modified files:
/docweb/www/rfc rfc-votes-show.php
Log:
A '-' is an empty comment
http://cvs.php.net/diff.php/docweb/www/rfc/rfc-votes-show.php?r1=1.9&r2=1.10&ty=u
Index: docweb/www/rfc/rfc-votes-show.php
diff -u docweb/www/rfc/rfc-votes-show.php:1.9 docweb/www/rfc/rfc-votes-show.php:1.10
--- docweb/www/rfc/rfc-votes-show.php:1.9 Mon Aug 1 05:42:48 2005
+++ docweb/www/rfc/rfc-votes-show.php Mon Aug 1 15:29:32 2005
@@ -19,7 +19,7 @@
* @author Daniel Convissor <[email protected]>
* @copyright Copyright (c) 1997-2004 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: rfc-votes-show.php,v 1.9 2005/08/01 09:42:48 vincent Exp $
+ * @version $Id: rfc-votes-show.php,v 1.10 2005/08/01 19:29:32 vincent Exp $
*/
/**
@@ -265,7 +265,7 @@
if ($vote->is_conditional) {
echo '^';
- } elseif (!empty($vote->comment)) {
+ } elseif ($vote->comment != '-') {
echo '*';
}
echo ' (';