Tadashi Okoshi
slash****@users*****
2006年 5月 29日 (月) 21:08:49 JST
Index: affelio/lib/Affelio/SNS/FriendManager.pm
diff -u affelio/lib/Affelio/SNS/FriendManager.pm:1.20 affelio/lib/Affelio/SNS/FriendManager.pm:1.21
--- affelio/lib/Affelio/SNS/FriendManager.pm:1.20 Tue Mar 7 23:39:11 2006
+++ affelio/lib/Affelio/SNS/FriendManager.pm Mon May 29 21:08:49 2006
@@ -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.20 2006/03/07 14:39:11 slash5234 Exp $
+# $Id: FriendManager.pm,v 1.21 2006/05/29 12:08:49 slash5234 Exp $
package Affelio::SNS::FriendManager;
{
@@ -727,6 +727,7 @@
my $attr = shift; #arg(2) attr (string)
my $af = $self->{af};
+ $af_id =~ s|/$||;
$af_id = $af->getDB->quote($af_id . '%');
##############################
Index: affelio/lib/Affelio/SNS/Handshaker_s.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_s.pm:1.45 affelio/lib/Affelio/SNS/Handshaker_s.pm:1.46
--- affelio/lib/Affelio/SNS/Handshaker_s.pm:1.45 Fri Apr 28 17:11:16 2006
+++ affelio/lib/Affelio/SNS/Handshaker_s.pm Mon May 29 21:08:49 2006
@@ -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: Handshaker_s.pm,v 1.45 2006/04/28 08:11:16 slash5234 Exp $
+# $Id: Handshaker_s.pm,v 1.46 2006/05/29 12:08:49 slash5234 Exp $
########################################################################
#package Affelio::SNS::Handshaker_s::Util;
@@ -252,6 +252,7 @@
#update last_news_out
#################################
my $uid = $af->getFM()->get_attribute_by_afid($visitor_afid, "uid");
+ debug_print("S::get_news uid=[$uid]");
$af->getFM()->set_attribute_by_id($uid, "last_news_out",
Affelio::misc::Time::get_timestamp());
debug_print("S::get_news updated last_news_out.");