Yoshihisa Fukuhara
higef****@users*****
2006年 3月 27日 (月) 23:55:43 JST
Index: affelio/apps/bb/bb/Comment.pm
diff -u affelio/apps/bb/bb/Comment.pm:1.2 affelio/apps/bb/bb/Comment.pm:1.3
--- affelio/apps/bb/bb/Comment.pm:1.2 Sat Mar 25 17:43:12 2006
+++ affelio/apps/bb/bb/Comment.pm Mon Mar 27 23:55:43 2006
@@ -211,7 +211,7 @@
$self->{afap}->post_news($title, "", $user,
$self->{afap}->get_site_info("web_root") . "/apps/".
- $self->{afap}->{install_name} . "/view_topic.cgi?t_id=".$topic_id);
+ $self->{afap}->{install_name} . "/index.cgi?mode=view_topic&t_id=".$topic_id);
$comment =~ s/<br[^>]*>/\n/g;
$self->sendBbMail("$userãããæ²ç¤ºæ¿ã«æ¸ãè¾¼ã¿ã¾ããã\n\n-----\n$title\n$comment\n\n$self->{afap}->{app__web_root}/index.cgi?mode=view_topic&t_id=$topic_id", $title);
}
Index: affelio/apps/bb/bb/Forum.pm
diff -u affelio/apps/bb/bb/Forum.pm:1.2 affelio/apps/bb/bb/Forum.pm:1.3
--- affelio/apps/bb/bb/Forum.pm:1.2 Sat Mar 25 17:43:12 2006
+++ affelio/apps/bb/bb/Forum.pm Mon Mar 27 23:55:43 2006
@@ -226,7 +226,7 @@
$self->{afap}->post_news($title, "", $user,
$self->{afap}->get_site_info("web_root") . "/apps/".
- $self->{afap}->{install_name} . "/view_forum.cgi?f_id=".$forum_id);
+ $self->{afap}->{install_name} . "/index.cgi?mode=view_forum&f_id=".$forum_id);
$description =~ s/<br[^>]*>/\n/g;
$self->sendBbMail("æ°ãããã©âã©ã ã$titleãã$userããã«ãã£ã¦ä½æããã¾ããã\n\n-----\n$description\n\n$self->{afap}->{app__web_root}/index.cgi?mode=view_forum&f_id=$forum_id", $title);
Index: affelio/apps/bb/bb/Topic.pm
diff -u affelio/apps/bb/bb/Topic.pm:1.2 affelio/apps/bb/bb/Topic.pm:1.3
--- affelio/apps/bb/bb/Topic.pm:1.2 Sat Mar 25 17:43:12 2006
+++ affelio/apps/bb/bb/Topic.pm Mon Mar 27 23:55:43 2006
@@ -237,7 +237,7 @@
$self->{afap}->post_news($title, "", $user,
$self->{afap}->get_site_info("web_root") . "/apps/".
- $self->{afap}->{install_name} . "/view_topic.cgi?t_id=".$topic_id);
+ $self->{afap}->{install_name} . "/index.cgi?mode=view_topic&t_id=".$topic_id);
$description =~ s/<br[^>]*>/\n/g;
$self->sendBbMail("æ°ãããããã¯ã$titleãã$userããã«ãã£ã¦ä½æããã¾ããã\n\n-----\n$description\n\n$self->{afap}->{app__web_root}/index.cgi?mode=view_topic&t_id=$topic_id", $title);