[Affelio-cvs 865] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 16日 (金) 19:24:54 JST


Index: affelio/index.cgi
diff -u affelio/index.cgi:1.22 affelio/index.cgi:1.23
--- affelio/index.cgi:1.22	Fri Dec 16 18:04:31 2005
+++ affelio/index.cgi	Fri Dec 16 19:24:54 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.22 2005/12/16 09:04:31 slash5234 Exp $
+# $Id: index.cgi,v 1.23 2005/12/16 10:24:54 slash5234 Exp $
 
 use strict;
 
@@ -134,7 +134,9 @@
 
 try{
     $af->get_module_list(\%output_data, $visitor_afid, $visitor_type);
-    $af->get_guest_owner_list(\%output_data);
+    if($visitor_type eq "self"){
+	$af->get_guest_owner_list(\%output_data);
+    }
 }catch Error with{
     my $e = shift;
     error($q, "Affelio init error.\n" . $e);


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