From 2a86987ea9d957165b8ce80f72964ce2170e829c Mon Sep 17 00:00:00 2001 From: ethem Date: Wed, 11 Jun 2008 13:37:53 +0000 Subject: [PATCH] fix skodak's fix :) --- enrol/authorize/localfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5