Changeset 383 for trunk/Modules/Log/Log.php
- Timestamp:
- Jan 23, 2012, 10:37:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r378 r383 113 113 { 114 114 $this->Database->insert('Log', array('Time' => 'NOW()', 115 'User' => $this->System->Mod els['User']->User['Id'], 'Module' => $Module,115 'User' => $this->System->Module['User']->Models['User']->User['Id'], 'Module' => $Module, 116 116 'Operation' => $Operation, 'Value' => $Value)); 117 117 //echo($this->Database->LastQuery);
Note:
See TracChangeset
for help on using the changeset viewer.