[Affelio-cvs 843] CVS update: affelio/apps/diary

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 10日 (土) 11:14:11 JST


Index: affelio/apps/diary/write_diary.cgi
diff -u affelio/apps/diary/write_diary.cgi:1.13 affelio/apps/diary/write_diary.cgi:1.14
--- affelio/apps/diary/write_diary.cgi:1.13	Thu Aug  4 14:24:39 2005
+++ affelio/apps/diary/write_diary.cgi	Sat Dec 10 11:14:11 2005
@@ -32,6 +32,12 @@
 #	try {
 		# add entry
 		$diary->addEntry($title, $contents);
+
+		$afap->post_news($title, 
+				 "", 
+				 $afap->get_visitor_info("nickname"),
+				 $afap->get_site_info("web_root") . "/apps/". 
+				 $afap->{install_name} . "/list_diary.cgi");
 	
 		# send trackback ping
 		if ($afap->{cgi}->param('tping_url')) {


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