Ignore:
Timestamp:
Mar 25, 2014, 12:35:46 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Tabulka Smlouvy.
File:
1 edited

Legend:

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

    r639 r646  
    494494      '<a href="?a=delete&amp;t='.$Table.'&amp;i=#RowId"><img alt="Smazat" title="Smazat" src="'.
    495495      $this->System->Link('/images/delete.png').'" onclick="return confirmAction(\'Opravdu smazat položku?\');"/></a>';
    496     if($Table != '') $FormClass = $this->System->FormManager->Classes[$Table];
    497       else return($this->SystemMessage('Chyba', 'Tabulka nenalezena'));
     496    if(($Table != '') and (array_key_exists($Table, $this->System->FormManager->Classes))) $FormClass = $this->System->FormManager->Classes[$Table];
     497      else return($this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena'));
    498498    if(array_key_exists('ItemActions', $FormClass))
    499499    {
Note: See TracChangeset for help on using the changeset viewer.