1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

User_wiki: Differentiate Edit versus Create

This commit is contained in:
gnosygnu
2016-10-31 10:23:30 -04:00
parent 8016846cd9
commit 6d327749fc
19 changed files with 60 additions and 104 deletions

View File

@@ -26,7 +26,8 @@ public class Xoh_page_bfr {
body_bfr.Clear();
}
public Bry_bfr Split_by_toc(byte toc_mode) {
this.toc_mode = toc_mode;
if (this.toc_mode != Xoh_toc_data.Toc_mode__pgbnr)
this.toc_mode = toc_mode;
return body_bfr;
}
public void Commit(Xoa_page pg) {