Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13427)
+++ branches/dev/html/admin/mail/index.php	(revision 13435)
@@ -389,5 +389,6 @@
 	   $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
     }elseif(DB_TYPE == "mysql"){
-       $dtb_send_history["send_id"] = $objQuery->max('dtb_send_history', 'send_id')+1;
+       $dtb_send_history["send_id"] = ""; 
+       //$objQuery->max('dtb_send_history', 'send_id')+1;
     }
     
