Changeset 608 for trunk/Modules/Log/Log.php
- Timestamp:
- Dec 12, 2013, 11:10:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r607 r608 46 46 function NewRecord($Module, $Operation, $Value = '') 47 47 { 48 if(array_key_exists('User', $this->System->Module s) and48 if(array_key_exists('User', $this->System->ModuleManager->Modules) and 49 49 array_key_exists('Id', $this->System->User->User)) 50 50 $UserId = $this->System->User->User['Id'];
Note:
See TracChangeset
for help on using the changeset viewer.