[Affelio-cvs 876] CVS update: affelio/lib/Affelio/Managing

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 17日 (土) 01:10:22 JST


Index: affelio/lib/Affelio/Managing/NewsAggregator.pm
diff -u affelio/lib/Affelio/Managing/NewsAggregator.pm:1.11 affelio/lib/Affelio/Managing/NewsAggregator.pm:1.12
--- affelio/lib/Affelio/Managing/NewsAggregator.pm:1.11	Sat Dec 10 11:38:04 2005
+++ affelio/lib/Affelio/Managing/NewsAggregator.pm	Sat Dec 17 01:10:22 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: NewsAggregator.pm,v 1.11 2005/12/10 02:38:04 slash5234 Exp $
+# $Id: NewsAggregator.pm,v 1.12 2005/12/16 16:10:22 slash5234 Exp $
 
 package Affelio::Managing::NewsAggregator;
 {
@@ -130,6 +130,13 @@
 							 $password);
 	
 	#########################################################
+	#update AFuser_CORE_friends
+	my $curtime = Affelio::misc::Time::get_timestamp();
+	my $result = $af->getFM->set_attribute_by_id($uid,
+						     "last_news_in",
+						     $curtime);
+
+	#########################################################
 	#Invoke SNS/Handshaker_c
 	my $ret="";
 	try{
@@ -183,7 +190,6 @@
 	    debug_print("NewsAggregator::get_one: creator= $creator");
 	    debug_print("NewsAggregator::get_one: URL = $URL");
 
-
 	    post_news($self,
 		      datetime => $datetime,
 		      af_id => $af_id,


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