From d5942d6a6fbcbb1aa4fccaf58d33391cb07cc28f Mon Sep 17 00:00:00 2001 From: peterbulmer Date: Thu, 30 Oct 2008 01:39:09 +0000 Subject: [PATCH] MDL-17038 formatting correction Author: Peter Bulmer --- auth/mnet/auth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index 9beae867232..6a0944eb503 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -797,7 +797,9 @@ class auth_plugin_mnet extends auth_plugin_base { $mnethostlogs = get_records_sql($mnethostlogssql); - if (false == $mnethostlogs) continue; + if ($mnethostlogs == false) { + continue; + } $processedlogs = array();