Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 28, 2025
1 parent 602c6dd commit eadf164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contactprimary.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static private function _update_author_records(Conf $conf, ...$ids) {
continue;
}
$cfltf("insert into PaperConflict (paperId, contactId, conflictType) values ?v ?U
on duplicate key update conflictType=(conflictType&~?)|?U(conflictType)",
on duplicate key update conflictType=((conflictType&~?)|?U(conflictType))",
$qv, CONFLICT_AUTHOR | CONFLICT_CONTACTAUTHOR);
if ($del) {
$cfltf("delete from PaperConflict where paperId=? and conflictType=0",
Expand Down

0 comments on commit eadf164

Please sign in to comment.