From: peterbulmer Date: Thu, 30 Oct 2008 01:17:11 +0000 (+0000) Subject: MDL-17038 formatting correction X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6da155db353b613ffbe879c8a9793d5a68f4fa24;p=moodle.git MDL-17038 formatting correction Author: Peter Bulmer --- diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index 5b6991f5fb..3c5993e48a 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -797,7 +797,9 @@ class auth_plugin_mnet extends auth_plugin_base { $mnethostlogs = $DB->get_records_sql($mnethostlogssql, array($mnethostid, $mnet_request->response['last log id'])); - if (false == $mnethostlogs) continue; + if ($mnethostlogs == false) { + continue; + } $processedlogs = array();