[Affelio-cvs 308] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 30日 (木) 04:32:39 JST


Index: affelio/lib/Affelio/App/Admin/Messaging.pm
diff -u affelio/lib/Affelio/App/Admin/Messaging.pm:1.10 affelio/lib/Affelio/App/Admin/Messaging.pm:1.11
--- affelio/lib/Affelio/App/Admin/Messaging.pm:1.10	Thu Jun 30 03:15:01 2005
+++ affelio/lib/Affelio/App/Admin/Messaging.pm	Thu Jun 30 04:32:38 2005
@@ -4,7 +4,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: Messaging.pm,v 1.10 2005/06/29 18:15:01 slash5234 Exp $
+# $Id: Messaging.pm,v 1.11 2005/06/29 19:32:38 slash5234 Exp $
 
 package Affelio::App::Admin::Messaging;
 {
@@ -64,15 +64,10 @@
 	    my $E = shift;
 	    throw Affelio::exception::CommunicationException($E);
 
-	}catch Affelio::exception::Exception with{
+	}catch Affelio::exception::InvalidInputException with{
 	    my $E = shift;
 	    error($cgi, "<PRE>Exception: " . $E .  "</PRE>");
 	};
-	if($ret->{flerror} != 0){
-	    #XML-RPC communication was successful. 
-	    #But the peer returned error. denyetc...
-	    error($cgi, "<PRE>XML-RPC peer denied RPC.</PRE>");
-	}
     }
 
 


Affelio-cvs メーリングリストの案内
Back to archive index