if ($debug) echoDebugLine(__FILE__,__LINE__,"<h1>KeyTree:</h1><pre style=\"background-color:#FFCCCC\">".print_r($arr_keyTree[$this->getId()],TRUE)."<pre>");
}
/**
* moves a child down (increase sort field)
*
* @param int $childId
* @param boolean $debug
* @param boolean $autosave (save changes to the database)
*
* @return boolean if the childs has changed
*
* @version pk-07-08-24
*
***/
function moveChildDown($childId,$debug=FALSE,$autosave=FALSE) {
if ($debug) echoDebugMethod(__FILE__,get_class($this),"DBMS_TREE_NODE::moveChildDown($childId,...) NODE: ".$this->getId());