]> git.mjollnir.org Git - moodle.git/commitdiff
fix skodak's fix :)
authorethem <ethem>
Wed, 11 Jun 2008 13:37:53 +0000 (13:37 +0000)
committerethem <ethem>
Wed, 11 Jun 2008 13:37:53 +0000 (13:37 +0000)
enrol/authorize/localfuncs.php

index 887cf6aa14b28c70f3832856be2685b113cfa67c..237c80faa4d1788f0f31b2a9a5222f3a7cf24589 100644 (file)
@@ -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();