From e6236378adc93199c434ffa3d993042defda735d Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 14 Jan 2011 19:40:38 +0000 Subject: [PATCH] - include inc.DBAccess.php --- inc/inc.ClassDMS.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/inc.ClassDMS.php b/inc/inc.ClassDMS.php index 91cf6ab65..e7057f4f6 100644 --- a/inc/inc.ClassDMS.php +++ b/inc/inc.ClassDMS.php @@ -14,6 +14,7 @@ /** * Include some files */ +require_once("inc.DBAccess.php"); require_once("inc.AccessUtils.php"); require_once("inc.FileUtils.php"); require_once("inc.ClassAccess.php"); @@ -40,8 +41,8 @@ require_once("inc.ClassNotification.php"); * by design. It is up to the calling application to use the methods * {@link LetoDMS_Folder::getAccessMode} and * {@link LetoDMS_Document::getAccessMode} and interpret them as desired. - * Though, there are two convinient functions to filter a list users or - * documents/folders by a given access right. See + * Though, there are two convinient functions to filter a list of + * documents/folders for which users have access rights for. See * {@link LetoDMS_DMS::filterAccess} * and {@link LetoDMS_DMS::filterUsersByAccess} *