Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 5934)
+++ temp/trunk/data/lib/slib.php	(revision 5953)
@@ -2512,4 +2512,23 @@
 }
 
+function sfFlush($output = " ", $second = 3600, $sleep =30){
+	// ¼Â¹Ô»þ´Ö¤òÀ©¸Â¤·¤Ê¤¤
+	set_time_limit(0);
+	// ½ÐÎÏ¤ò¥Ð¥Ã¥Õ¥¡¥ê¥ó¥°¤·¤Ê¤¤(==ÆüËÜ¸ì¼«Æ°ÊÑ´¹¤â¤·¤Ê¤¤)
+	ob_end_clean();
+	// IE¤Î¤¿¤á¤Ë256¥Ð¥¤¥È¶õÊ¸»ú½ÐÎÏ
+	echo str_pad('',256);
+	// »ØÄê»þ´Ö¥ë¡¼¥×
+	for ($time=time(); time()<$time+$second; ) {
+		// ¥Ö¥é¥¦¥¶¤ò¤¢¤­¤é¤á¤µ¤»¤Ê¤¤¤¿¤á¤Á¤Ó¤Á¤Ó·ë²Ì½ÐÎÏ
+		// ½ÐÎÏ¤Ï¥Ö¥é¥ó¥¯¤À¤±¤Ç¤â¤¤¤¤¤È»×¤¦
+		 echo $output;
+		// ½ÐÎÏ¤ò¥Õ¥é¥Ã¥·¥å¤¹¤ë
+		flush();
+		// »þ´Ö¤Î¤«¤«¤ë½èÍý
+		sleep($sleep);
+	}
+}
+
 /* ¥Ç¥Ð¥Ã¥°ÍÑ ------------------------------------------------------------------------------------------------*/
 function sfPrintR($obj) {
Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 5934)
+++ temp/trunk/html/admin/batch/daily.php	(revision 5953)
@@ -65,4 +65,7 @@
 		lfBatOrderDailyHour($tmp_time);
 		lfBatOrderAge($tmp_time);
+		
+		// ¥¿¥¤¥à¥¢¥¦¥È¤òËÉ¤°
+		sfFlush();
 	}
 }
Index: temp/trunk/html/admin/contents/inquiry_customer.php
===================================================================
--- temp/trunk/html/admin/contents/inquiry_customer.php	(revision 5934)
+++ temp/trunk/html/admin/contents/inquiry_customer.php	(revision 5953)
@@ -209,5 +209,5 @@
 
 	//¡¡¤ªÅÅÏÃÈÖ¹æ
-	if( strlen( $_POST["tel01"] ) > 0 ||  strlen( $_POST["tel03"] ) > 0 ||  strlen( $_POST["tel03"] ) > 0 ) {
+	if( strlen( $_POST["tel01"] ) > 0 ||  strlen( $_POST["tel02"] ) > 0 ||  strlen( $_POST["tel03"] ) > 0 ) {
 
 		$_POST["tel01"] = mb_convert_kana( trim($_POST["tel01"] ), "n" );
