no message
This commit is contained in:
parent
6f011253ce
commit
71db615b08
@ -2040,7 +2040,6 @@ class Book extends Base {
|
|||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
|
|
||||||
// if ($i >= )
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -2081,11 +2080,14 @@ class Book extends Base {
|
|||||||
|
|
||||||
private function _ragToStr($oRag, $iDeep = 0)
|
private function _ragToStr($oRag, $iDeep = 0)
|
||||||
{
|
{
|
||||||
// tomd($this->sParentType);
|
|
||||||
$sStr = "";
|
$sStr = "";
|
||||||
|
|
||||||
$sStr .= "\n";
|
$sStr .= "\n";
|
||||||
|
|
||||||
|
if ($iDeep == 0) {
|
||||||
|
$sStr .= "\n";
|
||||||
|
}
|
||||||
|
|
||||||
$sStr .= $this->_deepToStr($iDeep);
|
$sStr .= $this->_deepToStr($iDeep);
|
||||||
|
|
||||||
if (@$this->aOption["show_id"]) {
|
if (@$this->aOption["show_id"]) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user