From 39900b25a26d97107f03eb7c41e3c2a492998322 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 21 Jul 2003 15:09:36 +0000 Subject: [PATCH] removed commented out code --- presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc | 12 ------------ 1 file changed, 0 insertions(+), 12 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc index 119b346..8b0ce92 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc @@ -11,18 +11,6 @@ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa * @package presentation.lookAndFeel.knowledgeTree.documentmanagement */ - -/*function renderHeading() { - global $default; - $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); - $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); - $sToRender = "\n"; - $sToRender .= "\n"; - $sToRender .= "\n"; - $sToRender .= "\n"; - $sToRender .= "
Web Document
\n"; - return $sToRender; -}*/ /** * Prompts the user for a checkout comment -- libgit2 0.21.4