Tadashi Okoshi
slash****@users*****
2006年 5月 9日 (火) 08:26:42 JST
Index: affelio/lib/Affelio/Managing/AccessLogManager.pm
diff -u affelio/lib/Affelio/Managing/AccessLogManager.pm:1.14 affelio/lib/Affelio/Managing/AccessLogManager.pm:1.15
--- affelio/lib/Affelio/Managing/AccessLogManager.pm:1.14 Tue Mar 28 18:15:22 2006
+++ affelio/lib/Affelio/Managing/AccessLogManager.pm Tue May 9 08:26:41 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: AccessLogManager.pm,v 1.14 2006/03/28 09:15:22 slash5234 Exp $
+# $Id: AccessLogManager.pm,v 1.15 2006/05/08 23:26:41 slash5234 Exp $
package Affelio::Managing::AccessLogManager;
{
@@ -27,7 +27,6 @@
use Affelio::misc::Time qw(get_timestamp get_today);
use Affelio::misc::Encoding qw(db_encode db_decode);
use Affelio::misc::Debug qw(debug_print);
- use Affelio::NetLib::Email qw(send_email);
use Affelio::exception::DBException;
#######################################################################
Index: affelio/lib/Affelio/Managing/MessageManager.pm
diff -u affelio/lib/Affelio/Managing/MessageManager.pm:1.15 affelio/lib/Affelio/Managing/MessageManager.pm:1.16
--- affelio/lib/Affelio/Managing/MessageManager.pm:1.15 Wed Mar 22 18:15:27 2006
+++ affelio/lib/Affelio/Managing/MessageManager.pm Tue May 9 08:26:41 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: MessageManager.pm,v 1.15 2006/03/22 09:15:27 slash5234 Exp $
+# $Id: MessageManager.pm,v 1.16 2006/05/08 23:26:41 slash5234 Exp $
package Affelio::Managing::MessageManager;
{
@@ -249,7 +249,7 @@
if($af->{userpref__mesging__emailflg} eq "yes"){
if($folder eq "inbox"){
my $abs_URL = $af->{site__user_afid} . "/admin.cgi?mode=messages&action=show&mid=$newid";
- Affelio::NetLib::Email::send_email($af->{cmd__sendmail}, "$af->{user__email1}", "Your Affelio", $af->{user__email1}, "Message from $from_onlyname", "Click this URL.\n$abs_URL");
+ Affelio::NetLib::Email::send_email($af->{cmd__sendmail}, "$af->{user__email1}", "Your Affelio", $af->{user__email1}, "Message from $from_onlyname", "Click this URL.\n$abs_URL", "", "", $af->{site__locale});
Affelio::misc::Debug::debug_print("MM::post_message: Email sent!");
}