Skip to content

Commit

Permalink
Forgot one realname field.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2582 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
int2str committed May 27, 2004
1 parent 2ba8277 commit c89f667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/print_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: print_api.php,v 1.83 2004-05-26 05:25:32 int2str Exp $
# $Id: print_api.php,v 1.84 2004-05-27 01:07:36 int2str Exp $
# --------------------------------------------------------

$t_core_dir = dirname( __FILE__ ).DIRECTORY_SEPARATOR;
Expand Down Expand Up @@ -199,7 +199,7 @@ function print_reporter_option_list( $p_user_id, $p_project_id = null ) {
$t_project_user_list_table = config_get( 'mantis_project_user_list_table' );
$t_project_table = config_get( 'mantis_project_table' );

$query = "SELECT DISTINCT u.id, u.username
$query = "SELECT DISTINCT u.id, u.username, u.realname
FROM $t_user_table u,
$t_project_user_list_table l,
$t_project_table p
Expand Down

0 comments on commit c89f667

Please sign in to comment.