no message

This commit is contained in:
hellcat 2025-06-10 18:17:22 +08:00
parent 6f011253ce
commit 71db615b08

View File

@ -2040,7 +2040,6 @@ class Book extends Base {
$i++;
// if ($i >= )
}
}
@ -2081,11 +2080,14 @@ class Book extends Base {
private function _ragToStr($oRag, $iDeep = 0)
{
// tomd($this->sParentType);
$sStr = "";
$sStr .= "\n";
if ($iDeep == 0) {
$sStr .= "\n";
}
$sStr .= $this->_deepToStr($iDeep);
if (@$this->aOption["show_id"]) {