Skip to content

Commit

Permalink
missing config_get to db_get_table conversion
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5070 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Mar 1, 2008
1 parent a0a1341 commit a794c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/print_api.php
Expand Up @@ -279,7 +279,7 @@ function print_reporter_option_list( $p_user_id, $p_project_id = null ) {
# --------------------
function print_duplicate_id_option_list() {
$query = "SELECT id
FROM " . config_get ( 'mantis_bug_table' ) . "
FROM " . db_get_table( 'mantis_bug_table' ) . "
ORDER BY id ASC";
$result = db_query_bound( $query );
$duplicate_id_count = db_num_rows( $result );
Expand Down

0 comments on commit a794c31

Please sign in to comment.