[Affelio-cvs 935] CVS update: affelio/lib/Affelio/SNS

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 19日 (月) 14:55:24 JST


Index: affelio/lib/Affelio/SNS/FriendManager.pm
diff -u affelio/lib/Affelio/SNS/FriendManager.pm:1.16 affelio/lib/Affelio/SNS/FriendManager.pm:1.17
--- affelio/lib/Affelio/SNS/FriendManager.pm:1.16	Mon Dec 19 13:08:13 2005
+++ affelio/lib/Affelio/SNS/FriendManager.pm	Mon Dec 19 14:55:24 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: FriendManager.pm,v 1.16 2005/12/19 04:08:13 slash5234 Exp $
+# $Id: FriendManager.pm,v 1.17 2005/12/19 05:55:24 slash5234 Exp $
 
 package Affelio::SNS::FriendManager;
 {
@@ -592,6 +592,7 @@
 	##############################
 	#retrieve all friend records from DB
 	my $query = "SELECT uid, af_id, nickname, timestamp, password, intro, option_pid, lastupdated, f2list, last_news_in, last_news_out FROM AFuser_CORE_friends  $where_block  order by $sort $order";
+	debug_print("FM::get_all_friend_list: query=[$query]");
 	my $sth;
 	eval{
 	    $sth = $af->getDB->prepare($query);


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