Index: branches/dev/data/downloads/module/security/security.php
===================================================================
--- branches/dev/data/downloads/module/security/security.php	(revision 12095)
+++ branches/dev/data/downloads/module/security/security.php	(revision 12096)
@@ -73,5 +73,5 @@
     $sql = "SELECT password FROM dtb_member WHERE login_id = ?";
 	// DB¤«¤é°Å¹æ²½¥Ñ¥¹¥ï¡¼¥É¤ò¼èÆÀ¤¹¤ë¡£
-	$arrRet = $objQuery->getAll($sql ,$user); 
+	$arrRet = $objQuery->getAll($sql, array($user)); 
 	// ¥æ¡¼¥¶ÆþÎÏ¥Ñ¥¹¥ï¡¼¥É¤ÎÈ½Äê
 	$ret = sha1($password . ":" . AUTH_MAGIC);
