Commit b779758093823a0596e74149e38c11de1d1989f6
1 parent
1292f4a6
removed commented out statements
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@463 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
lib/documentmanagement/DocumentBrowser.inc
| @@ -91,8 +91,6 @@ class DocumentBrowser { | @@ -91,8 +91,6 @@ class DocumentBrowser { | ||
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | $default->log->debug("DocumentBrowser::browseByFolder: folderID=$folderID"); | 93 | $default->log->debug("DocumentBrowser::browseByFolder: folderID=$folderID"); |
| 94 | - // retrieve folder details | ||
| 95 | - //$folders = $this->retrieveFolderDetails($folderQuery); | ||
| 96 | 94 | ||
| 97 | // check if the user has access to this folder | 95 | // check if the user has access to this folder |
| 98 | if (Permission::userHasFolderReadPermission($folderID)) { | 96 | if (Permission::userHasFolderReadPermission($folderID)) { |