|
From: Jirka P. <fi...@us...> - 2002-06-12 13:50:52
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv30452/phpbt Modified Files: query.php Log Message: Bugfix 562086. Maybe other fields have to be added, not only the reporter. Index: query.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/query.php,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- query.php 12 Jun 2002 11:39:11 -0000 1.77 +++ query.php 12 Jun 2002 13:50:49 -0000 1.78 @@ -210,7 +210,7 @@ 'priority' => 'b.priority', 'status_name' => 'status.sort_order', 'owner' => 'owner', - 'reporter' => 'reporter', + 'reporter' => 'reporter.login', 'lastmodifier' => 'last_modifier', 'created_date' => 'b.created_date', 'last_modified_date' => 'b.last_modified_date', |