Changeset 428 for trunk/user.php


Ignore:
Timestamp:
Oct 11, 2012, 2:00:38 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Stránka obecné správy dat.
  • Přidáno: Zobrazení seznamu položek se zobrazením s obsluhou dle typu položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.php

    r426 r428  
    259259      } else
    260260      {         
    261         $this->PermissionCache[$DbRow['Id'].'_'] = array($Module, $Operation, $ItemType, $ItemIndex);       
     261        $this->PermissionCache[count($this->PermissionCache).'_'] = array($Module, $Operation, $ItemType, $ItemIndex);       
    262262        $PermissionExists = false;
    263263      }
Note: See TracChangeset for help on using the changeset viewer.