"docu update"

This commit is contained in:
Ralf Becker 2008-10-07 09:00:19 +00:00
parent 38d3ac65ff
commit e720c3f4ac

View File

@ -640,12 +640,7 @@ class timesheet_bo extends so_sql
/** /**
* Check access to the projects file store * Check access to the projects file store
* *
* We currently map file access rights: * @param int $id id of entry
* - 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 $check EGW_ACL_READ for read and EGW_ACL_EDIT for write or delete access * @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 * @return boolean true if access is granted or false otherwise
*/ */