CmdDuplicate
- Removed TDB2::commit.
This commit is contained in:
@@ -133,7 +133,6 @@ int CmdDuplicate::execute (std::string& output)
|
|||||||
if (i->first != "")
|
if (i->first != "")
|
||||||
context.footnote (i->second);
|
context.footnote (i->second);
|
||||||
|
|
||||||
context.tdb2.commit ();
|
|
||||||
feedback_affected (count == 1 ? STRING_CMD_DUPLICATE_1 : STRING_CMD_DUPLICATE_N, count);
|
feedback_affected (count == 1 ? STRING_CMD_DUPLICATE_1 : STRING_CMD_DUPLICATE_N, count);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user