Ignore:
Timestamp:
Jan 23, 2012, 10:37:31 AM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Kostra základního systémového modulu System.
  • Přidáno: Obsluha datových typů pro HTML kód a HTTP protokol.
  • Upraveno: Do ViewList zkopírování generování tabulky se stránkováním a řazením.
File:
1 edited

Legend:

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

    r378 r383  
    113113  {
    114114    $this->Database->insert('Log', array('Time' => 'NOW()',
    115       'User' => $this->System->Models['User']->User['Id'], 'Module' => $Module,
     115      'User' => $this->System->Module['User']->Models['User']->User['Id'], 'Module' => $Module,
    116116      'Operation' => $Operation, 'Value' => $Value));
    117117    //echo($this->Database->LastQuery);
Note: See TracChangeset for help on using the changeset viewer.