[Affelio-cvs 231] CVS update: affelio/bin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 28日 (火) 16:44:52 JST


Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.1.1.1 affelio/bin/get_content.cgi:1.2
--- affelio/bin/get_content.cgi:1.1.1.1	Tue Jun 14 12:53:29 2005
+++ affelio/bin/get_content.cgi	Tue Jun 28 16:44:52 2005
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: get_content.cgi,v 1.1.1.1 2005/06/14 03:53:29 slash5234 Exp $
+# $Id: get_content.cgi,v 1.2 2005/06/28 07:44:52 slash5234 Exp $
 
 use strict;
 
@@ -69,7 +69,7 @@
     debug_print("get_content: session not found. [pb]");
     $ck_visitor_type=0;
     $ck_visitor_type_str="pb"; 
-    $ck_visitor_afid = "";
+    $ck_visitor_afid = $session->param("user_afid");
 }elsif($session->param("type") eq "self"){
     debug_print("get_content: session found. [self]");
     $ck_visitor_type=3; 


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