Tadashi Okoshi
slash****@users*****
2005年 11月 8日 (火) 00:28:33 JST
Index: affelio/CHANGES
diff -u affelio/CHANGES:1.25 affelio/CHANGES:1.26
--- affelio/CHANGES:1.25 Tue Nov 8 00:27:14 2005
+++ affelio/CHANGES Tue Nov 8 00:28:33 2005
@@ -23,7 +23,9 @@
Debug: Userdata/ directory sometimes could not be found.
RID:0000059 solved.
-
+ Debug: AffelioCore top page could not be opened if user's
+ default page is set to an application.
+ RID:00000062
1.0.0 (July 4, 2005)
Index: affelio/index.cgi
diff -u affelio/index.cgi:1.20 affelio/index.cgi:1.21
--- affelio/index.cgi:1.20 Tue Nov 1 13:56:37 2005
+++ affelio/index.cgi Tue Nov 8 00:28:33 2005
@@ -16,7 +16,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: index.cgi,v 1.20 2005/11/01 04:56:37 slash5234 Exp $
+# $Id: index.cgi,v 1.21 2005/11/07 15:28:33 slash5234 Exp $
use strict;
@@ -100,10 +100,10 @@
######################################################
#Template file
######################################################
-if($af->{userpref__toppage_app_installname} eq "Affelio"){
-
+my $mode = $wi->PTN_mode($q->url_param("mode"));
+if(($af->{userpref__toppage_app_installname} eq "Affelio")
+ || ($mode ne "") ){
#top page is Affelio module.
- my $mode = $wi->PTN_mode($q->url_param("mode"));
debug_print("index.cgi CGI mode = [$mode]");
if($mode eq "") {
$mode="index";