Changeset 625 for trunk/Modules/Log/Log.php
- Timestamp:
- Dec 4, 2013, 8:40:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r609 r625 36 36 else $IP = addslashes($_SERVER['REMOTE_ADDR']); 37 37 38 if(isset($ User) and !is_null($this->System->User->Id)) $UserId = $this->System->User->Id;38 if(isset($this->System->User) and !is_null($this->System->User->Id)) $UserId = $this->System->User->Id; 39 39 else $UserId = 'NULL'; 40 40 $Query = 'INSERT INTO `Log` ( `User` , `Type` , `Text` , `Date` , `IP`, `URL` ) '.
Note:
See TracChangeset
for help on using the changeset viewer.