Index: temp/trunk/html/admin/customer/edit.php
===================================================================
--- temp/trunk/html/admin/customer/edit.php	(revision 2108)
+++ temp/trunk/html/admin/customer/edit.php	(revision 3421)
@@ -51,4 +51,6 @@
 $objPage->arrMonth = $objDate->getMonth();
 $objPage->arrDay = $objDate->getDay();
+
+sfprintr($_POST);
 
 //---- ÅÐÏ¿ÍÑ¥«¥é¥àÇÛÎó
@@ -309,6 +311,6 @@
 	$ret = "";
 	for ($i=0;$i<$passlen;true){
-	$ret.="*";
-	$i++;
+		$ret.="*";
+		$i++;
 	}
 	return $ret;
