### Eclipse Workspace Patch 1.0 #P MOODLE_18_STABLE Index: auth/mnet/auth.php =================================================================== RCS file: /cvsroot/moodle/moodle/auth/mnet/auth.php,v retrieving revision 1.14.2.6 diff -u -r1.14.2.6 auth.php --- auth/mnet/auth.php 10 Apr 2007 22:20:07 -0000 1.14.2.6 +++ auth/mnet/auth.php 11 Apr 2007 08:58:08 -0000 @@ -1005,9 +1005,6 @@ */ function prelogout_hook() { global $MNET, $CFG, $USER; - if ($USER->auth != 'mnet') { - return; - } require_once $CFG->dirroot.'/mnet/xmlrpc/client.php';