git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1636 a333f486-631f-4898-b8df-5754b55c2be0
@@ -625,10 +625,6 @@ class UserRights
if (MetaModel::HasCategory($sClass, 'bizmodel'))
{
- // #@# Temporary?????
- // The read access is controlled in MetaModel::MakeSelectQuery()
- if ($iActionCode == UR_ACTION_READ) return true;
-
if (is_null($oUser))
$oUser = self::$m_oUser;