Home
last modified time | relevance | path

Searched refs:emptyNSToc (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/inc/
Dtoc.php9 private $emptyNSToc = true; variable in siteexport_toc
17 $this->emptyNSToc = !empty($_REQUEST['emptyTocElem']);
347 if (!$isEmptyNode && ($this->emptyNSToc || count($DATA) > 0)) {
356 $XML .= $this->__addXMLTopic($NS, (!($this->emptyNSToc || count($DATA) > 1) && $ITEM != 'topic' ? $ITEM : 'topic'), $LEVEL+(!$isEmptyNode ? 1 : 0), $NODENAME);
360 if (!$isEmptyNode && ($this->emptyNSToc || count($DATA) > 0)) {