View Issue Details

IDProjectCategoryView StatusLast Update
0023242mantisbtcode cleanuppublic2017-10-08 23:53
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.6.0 
Target Version2.7.0Fixed in Version2.7.0 
Summary0023242: Function project_get_local_user_access_level() is redundant
Description

Function project_get_local_user_access_level() is redundant, as the same functionality is provided by access_get_local_level()
Additionally, access_get_local_level() already uses a cache.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 9f70532f

2017-08-18 03:35

cproensa

Committer: dregad


Details Diff
Deprecate project_get_local_user_access_level()

This function is redundant, with access_get_local_level() having the
same functionality.

Fixes: 0023242
Affected Issues
0023242
mod - core/project_api.php Diff File
mod - core/user_api.php Diff File