[Affelio-cvs 317] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 30日 (木) 07:54:05 JST


Index: affelio/admin.cgi
diff -u affelio/admin.cgi:1.17 affelio/admin.cgi:1.18
--- affelio/admin.cgi:1.17	Thu Jun 30 04:32:38 2005
+++ affelio/admin.cgi	Thu Jun 30 07:54:05 2005
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -Tw
 
 # Affelio: Open social networking software 
 # Copyright 2004-2005 Fish Grove
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: admin.cgi,v 1.17 2005/06/29 19:32:38 slash5234 Exp $
+# $Id: admin.cgi,v 1.18 2005/06/29 22:54:05 slash5234 Exp $
 
 use strict;
 
Index: affelio/index.cgi
diff -u affelio/index.cgi:1.5 affelio/index.cgi:1.6
--- affelio/index.cgi:1.5	Wed Jun 29 19:40:16 2005
+++ affelio/index.cgi	Thu Jun 30 07:54:05 2005
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -Tw
 
 # Affelio: Open social networking software 
 # Copyright 2004-2005 Fish Grove
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: index.cgi,v 1.5 2005/06/29 10:40:16 slash5234 Exp $
+# $Id: index.cgi,v 1.6 2005/06/29 22:54:05 slash5234 Exp $
 
 use strict;
 
@@ -154,6 +154,13 @@
 						     5);
 $output_data{"friendlist_5"} = \@friendlist_5;
 
+my @friendlist_5_IF
+    = Affelio::App::FriendRoutines::get_friends_list_IF($af, 
+						     $visitor_afid, 
+						     $visitor_type,
+						     5);
+$output_data{"friendlist_5_IF"} = \@friendlist_5_IF;
+
 my @friendlist_all
     = Affelio::App::FriendRoutines::get_friends_list($af, 
 						     $visitor_afid, 
@@ -161,6 +168,13 @@
 						     -1);
 $output_data{"friendlist_all"} = \@friendlist_all;
 
+my @friendlist_all_IF
+    = Affelio::App::FriendRoutines::get_friends_list_IF($af, 
+						     $visitor_afid, 
+						     $visitor_type,
+						     -1);
+$output_data{"friendlist_all_IF"} = \@friendlist_all_IF;
+
 ###########################################################################
 #Inject data into template 
 ###########################################################################


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