[Affelio-cvs 1358] CVS update: affelio/lib/Affelio/App/Standalone/Public/Bin

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 6月 8日 (木) 00:07:13 JST


Index: affelio/lib/Affelio/App/Standalone/Public/Bin/loginexec.pm
diff -u affelio/lib/Affelio/App/Standalone/Public/Bin/loginexec.pm:1.1 affelio/lib/Affelio/App/Standalone/Public/Bin/loginexec.pm:1.2
--- affelio/lib/Affelio/App/Standalone/Public/Bin/loginexec.pm:1.1	Tue Mar  7 23:39:10 2006
+++ affelio/lib/Affelio/App/Standalone/Public/Bin/loginexec.pm	Thu Jun  8 00:07:13 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: loginexec.pm,v 1.1 2006/03/07 14:39:10 slash5234 Exp $
+# $Id: loginexec.pm,v 1.2 2006/06/07 15:07:13 slash5234 Exp $
 
 package Affelio::App::Standalone::Public::Bin::loginexec;
 {
@@ -235,10 +235,10 @@
 	if($submit_type eq "Cancel"){
 	    if($aftergo_URL eq ""){
 		print $q->redirect( -url => $af->{site__user_afid});
-		exit;
+		exit(0);
 	    }else{
 		print $q->redirect( -url => $aftergo_URL);
-		exit;
+		exit(0);
 	    } 
 
 	}
@@ -307,7 +307,7 @@
 
     if($passAB eq ""){
 	show_askmakefriend_screen($af, $forward_URL);
-	exit;
+	exit(0);
     }else{
 	$next_url= "$af->{site__user_afid}/outgoing.cgi?dest_url=$forward_URL&dest_url2=$aftergo_URL"; 
     }


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