Minahito
minah****@users*****
2007年 3月 28日 (水) 14:47:59 JST
Index: xoops2jp/html/class/mail/xoopsmultimailer.php diff -u xoops2jp/html/class/mail/xoopsmultimailer.php:1.2.8.1.2.1 xoops2jp/html/class/mail/xoopsmultimailer.php:1.2.8.1.2.1.2.1 --- xoops2jp/html/class/mail/xoopsmultimailer.php:1.2.8.1.2.1 Thu Oct 19 17:55:53 2006 +++ xoops2jp/html/class/mail/xoopsmultimailer.php Wed Mar 28 14:47:59 2007 @@ -1,5 +1,5 @@ <?php -// $Id: xoopsmultimailer.php,v 1.2.8.1.2.1 2006/10/19 08:55:53 minahito Exp $ +// $Id: xoopsmultimailer.php,v 1.2.8.1.2.1.2.1 2007/03/28 05:47:59 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -37,9 +37,11 @@ * @author Jochen B¬nagel <jb****@buenn*****> * @copyright copyright (c) 2000-2003 The XOOPS Project (http://www.xoops.org) * - * @version $Revision: 1.2.8.1.2.1 $ - $Date: 2006/10/19 08:55:53 $ + * @version $Revision: 1.2.8.1.2.1.2.1 $ - $Date: 2007/03/28 05:47:59 $ */ +if (!defined('XOOPS_ROOT_PATH')) exit(); + /** * load the base class */ @@ -61,7 +63,7 @@ * * @author Jochen Buennagel <job****@buenn*****> * @copyright (c) 2000-2003 The Xoops Project - www.xoops.org - * @version $Revision: 1.2.8.1.2.1 $ - changed by $Author: minahito $ on $Date: 2006/10/19 08:55:53 $ + * @version $Revision: 1.2.8.1.2.1.2.1 $ - changed by $Author: minahito $ on $Date: 2007/03/28 05:47:59 $ */ class XoopsMultiMailer extends PHPMailer {