Commit 6e4b4476bcfec128cd04e6ba13105d11281dbf7e

Authored by Michael Joseph
1 parent 9a730973

removed comment


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1941 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php
@@ -58,7 +58,6 @@ if (checkSession()) { @@ -58,7 +58,6 @@ if (checkSession()) {
58 } 58 }
59 59
60 // fire up the document browser 60 // fire up the document browser
61 - //$oDocBrowser = new DocumentBrowser();  
62 $oBrowser = BrowserFactory::create($fBrowseType, $fSortBy, $fSortDirection); 61 $oBrowser = BrowserFactory::create($fBrowseType, $fSortBy, $fSortDirection);
63 $sectionName = $oBrowser->getSectionName(); 62 $sectionName = $oBrowser->getSectionName();
64 63