Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mantisbt/mantisbt
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Sep 2, 2014
2 parents 3e92ed7 + 1be4ea6 commit 107e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bug_api.php
Expand Up @@ -1127,7 +1127,7 @@ function bug_copy( $p_bug_id, $p_target_project_id = null, $p_copy_custom_fields
( note )
VALUES ( ' . db_param() . ' )';
db_query_bound( $t_query2, array( $t_bugnote_text['note'] ) );
$t_bugnote_text_insert_id = db_insert_id( $t_mantis_bugnote_text_table );
$t_bugnote_text_insert_id = db_insert_id( db_get_table( 'bugnote_text' ) );
}

$t_query2 = 'INSERT INTO {bugnote}
Expand Down

0 comments on commit 107e9a9

Please sign in to comment.