From ba60ac499c16a0b49d8a52eeea3ebbb1a02bda72 Mon Sep 17 00:00:00 2001 From: e107steved Date: Thu, 22 Mar 2007 21:26:27 +0000 Subject: [PATCH] Bugtracker #3860 - wrong LAN used --- e107_handlers/notify_class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_handlers/notify_class.php b/e107_handlers/notify_class.php index fcc6ca831..489626519 100644 --- a/e107_handlers/notify_class.php +++ b/e107_handlers/notify_class.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/notify_class.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:47 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-03-22 21:26:14 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -92,7 +92,7 @@ function notify_userveri($data) { global $nt, $e107; $msgtext = NT_LAN_UV_2.$data['user_id']."\n"; $msgtext .= NT_LAN_UV_3.$data['user_loginname']."\n"; - $msgtext .= NT_LAN_UV_2.$e107->getip(); + $msgtext .= NT_LAN_UV_4.$e107->getip(); $nt -> send('userveri', NT_LAN_UV_1, $msgtext); }