cvs: php-bugs-web / bug.php
[email protected] ("Felipe Pena")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsfelipe1227693398@cvsserver> |
felipe Wed Nov 26 09:56:38 2008 UTC
Modified files:
/php-bugs-web bug.php
Log:
- Force status for when using quickfix
http://cvs.php.net/viewvc.cgi/php-bugs-web/bug.php?r1=1.97&r2=1.98&diff_format=u
Index: php-bugs-web/bug.php
diff -u php-bugs-web/bug.php:1.97 php-bugs-web/bug.php:1.98
--- php-bugs-web/bug.php:1.97 Tue Nov 25 18:48:55 2008
+++ php-bugs-web/bug.php Wed Nov 26 09:56:38 2008
@@ -192,6 +192,7 @@
*/
$in['assign'] = '';
}
+ $in['status'] = 'To be documented';
} elseif ($in['resolve']) {
if (!$trytoforce && $RESOLVE_REASONS[$in['resolve']]['status'] == $bug['status']) {
$errors[] = "The bug is already marked '" . $bug['status'] . "'. (Submit again to ignore this.)";