Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 2971)
+++ temp/trunk/html/admin/batch/daily.php	(revision 2972)
@@ -43,5 +43,5 @@
 	sfPrintR($ret);
 	
-	$batch_last = split("\.", $ret);
+	list($batch_last) = split("\.", $ret);
 	
 	print(strtotime($batch_last));
