Commit bfc090a2473f33b3160cd6d4f0ea5e6a1fb95187

Authored by michael
1 parent 238ddd41

#3425 removed unused function


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2769 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc
@@ -25,11 +25,6 @@ @@ -25,11 +25,6 @@
25 * @package documentmanagement 25 * @package documentmanagement
26 */ 26 */
27 27
28 -function renderDocumentPath($oDocument) {  
29 - $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), Folder::getFolderPathNamesAsArray($oDocument->getFolderID())) . " > " . $oDocument->getName();  
30 - return "<table border=1 width = 100%><tr><td>$sDocumentPath</td></tr></table>\n";  
31 -}  
32 -  
33 function renderEditableDocumentData($oDocument, $iDocumentTypeID) { 28 function renderEditableDocumentData($oDocument, $iDocumentTypeID) {
34 global $default; 29 global $default;
35 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); 30 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));