From: peterbulmer Date: Thu, 30 Oct 2008 01:18:32 +0000 (+0000) Subject: MDL-17038 bugfixes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=28c3e7d86f53ea184f0d0b62363073dc89f2ae03;p=moodle.git MDL-17038 bugfixes Author: Peter Bulmer --- diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index e9656060a3..535e458461 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -772,7 +772,7 @@ class auth_plugin_mnet extends auth_plugin_base { join("\n", $mnet_request->error)); break; } - $mnethostlogsssql = " + $mnethostlogssql = " SELECT mhostlogs.remoteid, mhostlogs.time, mhostlogs.userid, mhostlogs.ip, mhostlogs.course, mhostlogs.module, mhostlogs.cmid, mhostlogs.action,