cvs: php-bugs-web / bug.php
[email protected] ("Felipe Pena")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsfelipe1225984548@cvsserver> |
felipe Thu Nov 6 15:15:48 2008 UTC
Modified files:
/php-bugs-web bug.php
Log:
- Fix typo (arrrrgh!)
http://cvs.php.net/viewvc.cgi/php-bugs-web/bug.php?r1=1.93&r2=1.94&diff_format=u
Index: php-bugs-web/bug.php
diff -u php-bugs-web/bug.php:1.93 php-bugs-web/bug.php:1.94
--- php-bugs-web/bug.php:1.93 Thu Nov 6 12:43:08 2008
+++ php-bugs-web/bug.php Thu Nov 6 15:15:48 2008
@@ -189,7 +189,7 @@
* as more probably the developer (which was marked as assigned) won't document
* the fix.
*/
- $in['assign'] == '';
+ $in['assign'] = '';
}
} elseif ($in['resolve']) {
if (!$trytoforce && $RESOLVE_REASONS[$in['resolve']]['status'] == $bug['status']) {