Ignore:
Timestamp:
Oct 31, 2013, 4:57:11 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Kontrola oprávnění při zobrazení informačního systému.
  • Přidáno: Tabulka Module pro seznam existujících modulů.
  • Upraveno: PermissionOperation se nyní odkazuje na id modulu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/OpeningHours/OpeningHours.php

    r548 r584  
    3636  function EditSubject($Id)
    3737  {
    38     if($this->System->User->CheckPermission('SubjectOpenTime', 'Edit'))
     38    if($this->System->User->CheckPermission('OpeningHours', 'Edit'))
    3939    {
    4040      $Output = '<div class="Centred">';
     
    7878   
    7979    $Output = '';
    80     if($this->System->User->CheckPermission('SubjectOpenTime', 'Edit'))
     80    if($this->System->User->CheckPermission('OpeningHours', 'Edit'))
    8181    {
    8282      $this->Database->delete('SubjectOpenTimeDay', 'Subject='.$Id);
Note: See TracChangeset for help on using the changeset viewer.