Changeset 805 for trunk/Modules/ShoutBox/ShoutBox.php
- Timestamp:
- May 24, 2014, 11:35:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/ShoutBox/ShoutBox.php
r765 r805 125 125 $this->System->Database->query('INSERT INTO `ShoutBox` ( `User`, `UserName` , `Text` , `Date` , `IP` ) '. 126 126 ' VALUES ('.$this->System->User->Id.', "'.$this->System->User->Name. 127 '", "'.$Text.'", NOW(), "'. $_SERVER['REMOTE_ADDR'].'")');127 '", "'.$Text.'", NOW(), "'.GetRemoteAddress().'")'); 128 128 $Output .= ShowMessage('Zpráva vložena.'); 129 129 }
Note:
See TracChangeset
for help on using the changeset viewer.