[Affelio-cvs 96] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 21日 (火) 18:13:05 JST


Index: affelio/index.cgi
diff -u affelio/index.cgi:1.2 affelio/index.cgi:1.3
--- affelio/index.cgi:1.2	Tue Jun 21 17:45:24 2005
+++ affelio/index.cgi	Tue Jun 21 18:13:05 2005
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: index.cgi,v 1.2 2005/06/21 08:45:24 slash5234 Exp $
+# $Id: index.cgi,v 1.3 2005/06/21 09:13:05 slash5234 Exp $
 
 use strict;
 
@@ -75,7 +75,9 @@
 ######################################################
 #Template file
 ######################################################
-my $mode = $wi->PTN_mode($session->param("mode"));
+debug_print("================" . $q->url_param("mode"));
+my $mode = $wi->PTN_mode($q->url_param("mode"));
+debug_print("================$mode");
 if(($mode eq "") ||  !defined($mode)){
     $mode = "index";
 }


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