Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 16:56:31 JST
Index: affelio/lib/Affelio/App/Admin/Messaging.pm
diff -u affelio/lib/Affelio/App/Admin/Messaging.pm:1.12 affelio/lib/Affelio/App/Admin/Messaging.pm:1.13
--- affelio/lib/Affelio/App/Admin/Messaging.pm:1.12 Fri Jul 1 11:00:07 2005
+++ affelio/lib/Affelio/App/Admin/Messaging.pm Fri Jul 1 16:56:31 2005
@@ -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: Messaging.pm,v 1.12 2005/07/01 02:00:07 slash5234 Exp $
+# $Id: Messaging.pm,v 1.13 2005/07/01 07:56:31 slash5234 Exp $
package Affelio::App::Admin::Messaging;
{
@@ -246,10 +246,6 @@
my ($msg_mid, $msg_timestamp, $msg_title, $msg_type,
$msg_from, $msg_body, $msg_readflag) = @message;
-# $msg_title = db_decode($msg_title);
-# $msg_from = db_decode($msg_from);
-# $msg_body = db_decode($msg_body);
-
$msg_timestamp = timestamp2string($msg_timestamp);
debug_print("show_message_list: [$msg_title]");