Commit cd360f175cae8f01d758c3da0125b9add2dfb470

Authored by michael
1 parent 658e41d7

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