Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13612)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13613)
@@ -34,4 +34,9 @@
 //Ì¤Á÷¿®¥á¡¼¥ë¤Î¿ô
 $count = count($time_data);
+
+if(DB_TYPE == "mysql"){
+    $count  = $count -1;
+}
+
 //print_r($count);exit;
 
