From fcc5d2e188caa417f942bd68b1b11807cb551bfe Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sun, 31 Jul 2005 09:00:07 +0000 Subject: [PATCH] Disable getBrowseableFolders until I can think of a way to re-implement it with the new permissions system. --- lib/dashboard/Dashboard.inc | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/dashboard/Dashboard.inc b/lib/dashboard/Dashboard.inc index ae2a422..d8f2bcf 100644 --- a/lib/dashboard/Dashboard.inc +++ b/lib/dashboard/Dashboard.inc @@ -151,6 +151,9 @@ class Dashboard { * Retrieves Browseable Folders for this user */ function getBrowseableFolders() { + return; + + /* global $default; $sQuery = array("SELECT DISTINCT F.id as folderid, F.parent_id as parentfolderid " . "FROM $default->folders_table F, $default->groups_folders_table GFL, $default->users_groups_table UGL " . @@ -168,6 +171,7 @@ class Dashboard { $aShowedFolderList[$sql->f("folderid")] = 1; // check the showed folder } return $aBrowseableList; + */ } } -- libgit2 0.21.4