Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 2858)
+++ temp/trunk/html/admin/batch/daily.php	(revision 2860)
@@ -45,5 +45,5 @@
 	
 	$objQuery = new SC_Query();
-	$arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", $batch_pass);
+	$arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass));
 	if(count($arrRet) > 0) {
 		gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " -> EXIT BATCH $batch_date");
