Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 6975)
+++ temp/trunk/html/admin/batch/daily.php	(revision 6976)
@@ -308,5 +308,5 @@
 function lfSingleQuot($value){
 	$ret = "";
-	if (DB_TYPE == "MySQL") {
+	if (DB_TYPE == "mysql") {
 		$ret = $value;
 	}else{
@@ -314,5 +314,4 @@
 	} 
 	
-	sfprintr(DB_TYPE);
 	return $ret;
 }
