Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 05:16:33 JST
Index: affelio/index.cgi diff -u affelio/index.cgi:1.8 affelio/index.cgi:1.9 --- affelio/index.cgi:1.8 Thu Jun 30 15:48:29 2005 +++ affelio/index.cgi Fri Jul 1 05:16:33 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: index.cgi,v 1.8 2005/06/30 06:48:29 slash5234 Exp $ +# $Id: index.cgi,v 1.9 2005/06/30 20:16:33 slash5234 Exp $ use strict; @@ -197,6 +197,14 @@ }; $output_data{"friendlist_all_IF"} = \@friendlist_all_IF; +try{ + $output_data{"friend__F1count"} = $af->{fm}->get_F1_count(); + $output_data{"friend__F2count"} = $af->{fm}->get_F2_count(); +}catch Error with{ + my $e = shift; + error($q, "Affelio: error from FriendManager\n" . $e); +}; + ########################################################################### #Inject data into template ###########################################################################