From bfc090a2473f33b3160cd6d4f0ea5e6a1fb95187 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 10 Nov 2003 09:48:39 +0000 Subject: [PATCH] #3425 removed unused function --- presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc index e7c5d2f..fd0ae32 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc @@ -25,11 +25,6 @@ * @package documentmanagement */ -function renderDocumentPath($oDocument) { - $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), Folder::getFolderPathNamesAsArray($oDocument->getFolderID())) . " > " . $oDocument->getName(); - return "
$sDocumentPath
\n"; -} - function renderEditableDocumentData($oDocument, $iDocumentTypeID) { global $default; $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); -- libgit2 0.21.4