From e720c3f4ac518374e02d7df5708f7e0d5c3e8eb3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 7 Oct 2008 09:00:19 +0000 Subject: [PATCH] "docu update" --- timesheet/inc/class.timesheet_bo.inc.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/timesheet/inc/class.timesheet_bo.inc.php b/timesheet/inc/class.timesheet_bo.inc.php index bb847da93b..3e39419d8a 100644 --- a/timesheet/inc/class.timesheet_bo.inc.php +++ b/timesheet/inc/class.timesheet_bo.inc.php @@ -640,12 +640,7 @@ class timesheet_bo extends so_sql /** * Check access to the projects file store * - * We currently map file access rights: - * - file read rights = project read rights - * - file write or delete rights = project edit rights - * - * @ToDo Implement own acl rights for file access - * @param int $id pm_id of project + * @param int $id id of entry * @param int $check EGW_ACL_READ for read and EGW_ACL_EDIT for write or delete access * @return boolean true if access is granted or false otherwise */