From 6f3c131a835fb1d2265ec090418e65892be24b93 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 26 Jul 2007 05:51:57 +0000 Subject: yea I am fired --- modules/vauth/auth.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/vauth/auth.lib.php b/modules/vauth/auth.lib.php index ac9efa60..114fbfb8 100644 --- a/modules/vauth/auth.lib.php +++ b/modules/vauth/auth.lib.php @@ -81,7 +81,7 @@ function vauth_mysql_auth($username,$password) { $client = new User($row['id']); $ip = $client->is_logged_in(); if ($current_ip != ip2int($_SERVER['REMOTE_ADDR'])) { - Error::add('general','User Already Logged in'; + Error::add('general','User Already Logged in'); return false; } -- cgit