cvs: php-bugs-web /include functions.inc
[email protected] ("Lukas Smith")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvslsmith1228424582@cvsserver> |
lsmith Thu Dec 4 21:03:02 2008 UTC
Modified files:
/php-bugs-web/include functions.inc
Log:
updated for 5.3.0alpha3
http://cvs.php.net/viewvc.cgi/php-bugs-web/include/functions.inc?r1=1.251&r2=1.252&diff_format=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.251 php-bugs-web/include/functions.inc:1.252
--- php-bugs-web/include/functions.inc:1.251 Thu Nov 27 23:37:14 2008
+++ php-bugs-web/include/functions.inc Thu Dec 4 21:03:02 2008
@@ -138,7 +138,7 @@
{
$date = date("Y-m-d");
$versions = array(
- "5.3.0alpha2",
+ "5.3.0alpha3",
"5.2.7RC5",
"5.2.6",
"5.2CVS-{$date} (snap)",
@@ -365,13 +365,13 @@
"X-PHP-Bug: $bug[id]\n".
"In-Reply-To: <bug-$bug[id]@bugs.php.net>",
"[email protected]");
-
- $Cc = '';
- if ($in['status'] == 'To be documented' ||
+
+ $Cc = '';
+ if ($in['status'] == 'To be documented' ||
($in['status'] == 'Closed' && $bug['status'] == 'To be documented')) {
$Cc = "Cc: [email protected]\n";
}
-
+
# but we go ahead and let the default sender get used for the list
@mail($mailto,
rinse($subj) . txfield('sdesc'),