take out some old code

This commit is contained in:
Uwe Steinmann 2016-09-16 17:23:29 +02:00
parent c4fbcf6aba
commit 962d62205c

View File

@ -391,6 +391,7 @@ function tree($folder, $parent=null, $indent='', $skipcurrent=false) { /* {{{ */
}
} else {
echo $indent." <!-- ".$dms->contentDir . $version->getPath()." not found -->\n";
echo $indent." <data length=\"0\"></data>\n";
}
echo $indent." </version>\n";
}