Index: /temp/trunk/data/class/SC_DbConn.php
===================================================================
--- /temp/trunk/data/class/SC_DbConn.php	(revision 5934)
+++ /temp/trunk/data/class/SC_DbConn.php	(revision 6004)
@@ -169,10 +169,5 @@
 			$errmsg.= $result->userinfo . "\n\n";
 			print_r($errmsg);
-			/*
-			ob_start();
-			$errmsg .= ob_get_contents();
-			ob_end_clean();	
-			*/
-			//mb_send_mail($this->error_mail_to, $this->error_mail_title, "${errmsg}\n".date("Y/m/d H:i:s"));		
+
 			exit();
 		}
Index: /temp/trunk/data/conf/core.php
===================================================================
--- /temp/trunk/data/conf/core.php	(revision 5934)
+++ /temp/trunk/data/conf/core.php	(revision 6004)
@@ -34,5 +34,5 @@
 
 // ¥µ¥¤¥ÈÍÑDB
-define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . DB_PORT . "/" . DB_NAME);
+define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" .DB_PORT . "/" . DB_NAME);
 
 // Í¹ÊØÈÖ¹æÀìÍÑDB
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6003)
+++ /temp/trunk/html/install/index.php	(revision 6004)
@@ -577,5 +577,5 @@
 	"    define ('DB_SERVER', '" . $objDBParam->getValue('db_server') . "');\n" .
 	"    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" .
-	"    define ('DB_PORT', '" . $port . "');\n" .
+	"    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" .
 	"?>";
 	
