Index: hadoop-register/forget_password.php
===================================================================
--- hadoop-register/forget_password.php	(revision 85)
+++ hadoop-register/forget_password.php	(revision 96)
@@ -74,5 +74,5 @@
     
     // 判斷此帳號密碼是否存在
-    $str = sprintf("SELECT `id` FROM `%s` WHERE  `name` LIKE '%s' and `email` LIKE '%s' limit 1", $mysql_table, $my_user->user, $my_user->email);
+    $str = sprintf("SELECT `id` FROM `%s` WHERE  `user` LIKE '%s' and `email` LIKE '%s' limit 1", $mysql_table, $my_user->user, $my_user->email);
     $result = mysql_query($str , $link) or die(mysql_error() );
     if (mysql_num_rows($result) == 1)
