sniper Mon Jun 30 13:55:45 2003 EDT
Modified files:
/php-bugs-web fix.php
Log:
Set the necessary entries for the headers here too.
Index: php-bugs-web/fix.php
diff -u php-bugs-web/fix.php:1.9 php-bugs-web/fix.php:1.10
--- php-bugs-web/fix.php:1.9 Mon Jan 20 07:17:09 2003
+++ php-bugs-web/fix.php Mon Jun 30 13:55:45 2003
@@no-spam -111,7 +111,7 @@no-spam
}
if ($success) {
- $in = array('status' => $status);
+ $in = array('status' => $status, 'bug_type' => $bug['bug_type'], 'php_version' => $bug['php_version'], 'php_os' => $bug['php_os']);
mail_bug_updates($bug,$in,"$user@no-spam",$ncomment);
header("Location: bug.php?id=$id&thanks=1");
exit;