Skip to content

Commit

Permalink
Merge branch 'profile_db'
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Sep 5, 2014
2 parents 7094372 + c7c15a5 commit dcbbafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/profile_api.php
Expand Up @@ -262,7 +262,7 @@ function profile_get_all_for_project( $p_project_id ) {
FROM {user_profile} up, {bug} b
WHERE ' . $t_project_where . '
AND up.id = b.profile_id
ORDER BY platform, os, os_build';
ORDER BY up.platform, up.os, up.os_build';
$t_result = db_query_bound( $t_query );

$t_rows = array();
Expand Down

0 comments on commit dcbbafe

Please sign in to comment.