From: ethem Date: Wed, 11 Jun 2008 13:37:53 +0000 (+0000) Subject: fix skodak's fix :) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2a86987ea9d957165b8ce80f72964ce2170e829c;p=moodle.git fix skodak's fix :) --- diff --git a/enrol/authorize/localfuncs.php b/enrol/authorize/localfuncs.php index 887cf6aa14..237c80faa4 100644 --- a/enrol/authorize/localfuncs.php +++ b/enrol/authorize/localfuncs.php @@ -145,7 +145,7 @@ function send_welcome_messages($orderdata) return; } - if ($ts->valid() and $ei = current($rs)) + if ($rs->valid() and $ei = current($rs)) { if (1 < count($orderdata)) { $sender = get_admin();