mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
fix line indenting
This commit is contained in:
parent
0260b8dad9
commit
bae7e939a1
|
@ -727,10 +727,14 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
* Set default access mode
|
||||
*
|
||||
* This method sets the default access mode and also removes all notifiers which
|
||||
* will not have read access anymore.
|
||||
* will not have read access anymore. Setting a default access mode will only
|
||||
* have an immediate effect if the access rights are not inherited, otherwise
|
||||
* it just updates the database record of the document and once the
|
||||
* inheritance is turn off the default access mode will take effect.
|
||||
*
|
||||
* @param integer $mode access mode
|
||||
* @param bool|string $noclean set to true if notifier list shall not be clean up
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function setDefaultAccess($mode, $noclean="false") { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user