|
From: Benjamin C. <bc...@us...> - 2004-07-28 13:34:35
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12985 Modified Files: Tag: htmltemplates query.php Log Message: Fixing the sort by last modified by bug Index: query.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/query.php,v retrieving revision 1.98.2.8 retrieving revision 1.98.2.9 diff -u -r1.98.2.8 -r1.98.2.9 --- query.php 27 Jul 2004 13:35:22 -0000 1.98.2.8 +++ query.php 28 Jul 2004 13:34:25 -0000 1.98.2.9 @@ -281,7 +281,7 @@ 'status_name' => 'status.sort_order', 'owner' => 'owner', 'reporter' => 'reporter.login', - 'lastmodifier' => 'last_modifier', + 'lastmodifier' => 'lastmodifier.login', 'created_date' => 'b.created_date', 'last_modified_date' => 'b.last_modified_date', 'project_name' => 'project_name', |