From 56b12d452c44374fc3f673578586387bd7840b36 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 25 Nov 2008 15:50:05 +0000 Subject: Changed mail to include title of new post. Now also when quoting... --- forum/utils/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/utils/edit.php b/forum/utils/edit.php index d65d59e..20b5336 100644 --- a/forum/utils/edit.php +++ b/forum/utils/edit.php @@ -74,7 +74,7 @@ case "reply": $quote->add($post); $posts->thread->lastpost = time(); $posts->write(); - notify("forum", "New reply (quote): " . $FORUM_URL . "/?fid=". $fid . "&tid=" . $tid); + notify("forum", "New reply (quote) \"" . $title . "\": " . $FORUM_URL . "/?fid=". $fid . "&tid=" . $tid); } else { error("Message " . $pid . " not found!"); } -- cgit v1.2.3