Index: temp/trunk/data/class/GC_SendMail.php
===================================================================
--- temp/trunk/data/class/GC_SendMail.php	(revision 6869)
+++ temp/trunk/data/class/GC_SendMail.php	(revision 6972)
@@ -82,5 +82,5 @@
 		
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
+		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) {
 			return true;
 		}
@@ -93,5 +93,5 @@
 		
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if( mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
+		if( mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) {
 			return true;
 		}
Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 6971)
+++ temp/trunk/html/admin/batch/daily.php	(revision 6972)
@@ -329,5 +329,5 @@
 		}
 	}
-		
+
 	$sqlval['create_date'] = "now()";
 	$sqlval['order_date'] = $start;
@@ -339,29 +339,3 @@
 }
 
-/*
-function lfBatOrderAgeSub($sql, $start, $end, $start_age, $end_age, $member) {
-	$objQuery = new SC_Query();
-	
-	if($start_age != NULL || $end_age != NULL) {
-		$arrRet = $objQuery->getall($sql, array($start, $end, $start_age, $end_age));
-	} else {
-		$arrRet = $objQuery->getall($sql, array($start, $end));
-	}
-	$sqlval = $arrRet[0];
-	
-	// ¶õÊ¸»ú¤ò"0"¤ËÊÑ´¹
-	foreach($sqlval as $key => $val) {
-		if ($val == "") {
-			$sqlval[$key] = "0";
-		}
-	}
-		
-	$sqlval['order_date'] = $start;
-	$sqlval['start_age'] = "$start_age";
-	$sqlval['end_age'] = "$end_age";
-	$sqlval['member'] = "$member";
-
-	$objQuery->insert("dtb_bat_order_daily_age", $sqlval);
-}
-*/
 ?>
