Changeset 185 for trunk/log.php


Ignore:
Timestamp:
Apr 3, 2009, 10:32:35 AM (16 years ago)
Author:
george
Message:
  • Opraveno: Přepočítávání stavu financí členů a generování periodických plateb.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/log.php

    r148 r185  
    77  function NewRecord($Module, $Operation, $Value = '')
    88  {
    9     $this->Database->insert('is`.`Log', array('Time' => 'NOW()', 'User' => $this->System->Modules['User']->User['Id'], 'Module' => $Module, 'Operation' => $Operation, 'Value' => $Value));
     9    $this->Database->insert('Log', array('Time' => 'NOW()', 'User' => $this->System->Modules['User']->User['Id'], 'Module' => $Module, 'Operation' => $Operation, 'Value' => $Value));
    1010    //echo($this->Database->LastQuery);
    1111  }
Note: See TracChangeset for help on using the changeset viewer.