[Affelio-cvs 758] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 11月 8日 (火) 15:02:00 JST


Index: affelio/lib/Affelio/App/Admin/ManageFriend.pm
diff -u affelio/lib/Affelio/App/Admin/ManageFriend.pm:1.5 affelio/lib/Affelio/App/Admin/ManageFriend.pm:1.6
--- affelio/lib/Affelio/App/Admin/ManageFriend.pm:1.5	Thu Oct 27 20:15:01 2005
+++ affelio/lib/Affelio/App/Admin/ManageFriend.pm	Tue Nov  8 15:02:00 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: ManageFriend.pm,v 1.5 2005/10/27 11:15:01 slash5234 Exp $
+# $Id: ManageFriend.pm,v 1.6 2005/11/08 06:02:00 slash5234 Exp $
 
 package Affelio::App::Admin::ManageFriend;
 {
@@ -259,7 +259,7 @@
 	my $output_ref = shift;         #arg(2) ref of %output_data; 
 
 	my @friends_list=();
-	my $result = $af->getFM->get_all_friend_list();
+	my $result = $af->getFM->get_all_friend_list(sort => 'nickname');
 
 	while( my @row = $result->fetchrow_array ){
 


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