Changeset 625
- Timestamp:
- Dec 4, 2013, 8:40:57 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 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` ) '. -
trunk/includes/Version.php
r624 r625 6 6 // and system will need database update. 7 7 8 $Revision = 62 4; // Subversion revision8 $Revision = 625; // Subversion revision 9 9 $DatabaseRevision = 610; // Database structure revision 10 10 $ReleaseTime = '2013-12-04';
Note:
See TracChangeset
for help on using the changeset viewer.