[xoops-cvslog 176] CVS update: xoops2jp/html/modules/system/admin/mailusers

Back to archive index

Minahito minah****@users*****
2005年 6月 17日 (金) 18:26:44 JST


Index: xoops2jp/html/modules/system/admin/mailusers/mailusers.php
diff -u xoops2jp/html/modules/system/admin/mailusers/mailusers.php:1.2.6.2.2.2 xoops2jp/html/modules/system/admin/mailusers/mailusers.php:1.2.6.2.2.3
--- xoops2jp/html/modules/system/admin/mailusers/mailusers.php:1.2.6.2.2.2	Fri Jun 17 18:22:17 2005
+++ xoops2jp/html/modules/system/admin/mailusers/mailusers.php	Fri Jun 17 18:26:43 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: mailusers.php,v 1.2.6.2.2.2 2005/06/17 09:22:17 minahito Exp $
+// $Id: mailusers.php,v 1.2.6.2.2.3 2005/06/17 09:26:43 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -173,7 +173,7 @@
 		//OpenTable();
 		if ( $added_count > 0 ) {
 			$mail_start = !empty($_POST['mail_start']) ? $_POST['mail_start'] : 0;
-			$mail_end = ($added_count > ($mail_start + SIM_PROCESS_AMMO)) ? ($mail_start + SIM_PROCESS_AMMO) : $added_count;
+			$mail_end = ($added_count > ($mail_start + SEND_SIM_PROCESS_AMMO)) ? ($mail_start + SEND_SIM_PROCESS_AMMO) : $added_count;
 			$myts =& MyTextSanitizer::getInstance();
 			$xoopsMailer =& getMailer();
 			for ( $i = $mail_start; $i < $mail_end; $i++) {


xoops-cvslog メーリングリストの案内
Back to archive index