mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.8.3.1
This commit is contained in:
@@ -53,7 +53,7 @@ public class Xop_log_mgr implements GfoInvkAble {
|
||||
public void Delete_all() {
|
||||
log_tbl.Delete();
|
||||
}
|
||||
public void Txn_bgn() {conn.Txn_bgn();}
|
||||
public void Txn_bgn() {conn.Txn_bgn("log_mgr");}
|
||||
public void Txn_end() {conn.Txn_end();}
|
||||
public void Rls() {
|
||||
if (log_tbl != null) log_tbl.Rls();
|
||||
|
||||
Reference in New Issue
Block a user