Tadashi Okoshi
slash****@users*****
2005年 12月 16日 (金) 19:24:55 JST
Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.31 affelio/lib/Affelio.pm:1.32
--- affelio/lib/Affelio.pm:1.31 Fri Dec 16 18:04:31 2005
+++ affelio/lib/Affelio.pm Fri Dec 16 19:24:54 2005
@@ -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: Affelio.pm,v 1.31 2005/12/16 09:04:31 slash5234 Exp $
+# $Id: Affelio.pm,v 1.32 2005/12/16 10:24:54 slash5234 Exp $
package Affelio;
{
@@ -799,6 +799,8 @@
my @guest_owner_switch=();
$output_ref->{'guest_owner_switch'} = \@guest_owner_switch;
+
+
my $owner_mode_selected="";
if($self->{guest_owner_switch} eq "owner"){
$owner_mode_selected="true";
Index: affelio/lib/AffelioApp.pm
diff -u affelio/lib/AffelioApp.pm:1.16 affelio/lib/AffelioApp.pm:1.17
--- affelio/lib/AffelioApp.pm:1.16 Sat Dec 10 11:14:11 2005
+++ affelio/lib/AffelioApp.pm Fri Dec 16 19:24:54 2005
@@ -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: AffelioApp.pm,v 1.16 2005/12/10 02:14:11 slash5234 Exp $
+# $Id: AffelioApp.pm,v 1.17 2005/12/16 10:24:54 slash5234 Exp $
package AffelioApp;
{
@@ -285,7 +285,9 @@
$output_data{'site__locale'} = $af->{site__locale};
$af->get_module_list(\%output_data, $self->{visitor_afid},$self->{visitor_type});
- $af->get_guest_owner_list(\%output_data);
+ if($self->{visitor_type} eq "self"){
+ $af->get_guest_owner_list(\%output_data);
+ }
#Initiate Template
my $tmpl = new HTML::Template( filename => $TMPL_FILE,