cellog Tue Feb 7 22:09:00 2006 UTC
Modified files:
/pearweb/public_html/bugs bug.php
Log:
take #3: make sure that non-trycvs reasons are put into the ncomment
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/bugs/bug.php?r1=1.88&r2=1.89&diff_format=u
Index: pearweb/public_html/bugs/bug.php
diff -u pearweb/public_html/bugs/bug.php:1.88
pearweb/public_html/bugs/bug.php:1.89
--- pearweb/public_html/bugs/bug.php:1.88 Mon Feb 6 00:41:04 2006
+++ pearweb/public_html/bugs/bug.php Tue Feb 7 22:09:00 2006
@@ -15,7 +15,7 @@
* @package Bugs
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: bug.php,v 1.88 2006/02/06 00:41:04 cellog Exp $
+ * @version $Id: bug.php,v 1.89 2006/02/07 22:09:00 cellog Exp $
*/
/*
@@ -278,6 +278,8 @@
$ncomment = "$reason\n\n$ncomment";
break;
}
+ } else {
+ $ncomment = "$reason\n\n$ncomment";
}
}
}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|