Browse Source

[svn r14021] Minor code quoting fix

Yannick Warnier 17 years ago
parent
commit
f529e61cd2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/auth/lost_password.lib.php

+ 2 - 2
main/auth/lost_password.lib.php

@@ -1,5 +1,5 @@
 <?php
-// $Id: lost_password.lib.php 12348 2007-05-09 15:26:27Z elixir_julian $
+// $Id: lost_password.lib.php 14021 2007-12-18 19:48:14Z yannoo $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -56,7 +56,7 @@ function get_user_account_list($user, $reset = false)
 		$secretword = get_secret_word($thisUser["email"]);
 		if ($reset)
 		{
-			$reset_link = $_configuration['root_web']."main/auth/lostPassword.php?reset=".$secretword."&id=".$thisUser[uid];
+			$reset_link = $_configuration['root_web']."main/auth/lostPassword.php?reset=".$secretword."&id=".$thisUser['uid'];
 		}
 		else
 		{