Changeset 428 for trunk/user.php
- Timestamp:
- Oct 11, 2012, 2:00:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.php
r426 r428 259 259 } else 260 260 { 261 $this->PermissionCache[ $DbRow['Id'].'_'] = array($Module, $Operation, $ItemType, $ItemIndex);261 $this->PermissionCache[count($this->PermissionCache).'_'] = array($Module, $Operation, $ItemType, $ItemIndex); 262 262 $PermissionExists = false; 263 263 }
Note:
See TracChangeset
for help on using the changeset viewer.