From 71f846affc51a062261aab575e53c37d2972bdfd Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Oct 2008 12:39:17 +0000 Subject: Removed all hardcoded executionroom.com references. --- forum/utils/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forum/utils/calendar.php') diff --git a/forum/utils/calendar.php b/forum/utils/calendar.php index 1592195..84ebe18 100644 --- a/forum/utils/calendar.php +++ b/forum/utils/calendar.php @@ -17,7 +17,7 @@ if($action=="addentry") { $events->write(); notify("calendar", "New calendar entry:\n" . $title . "\n" . date("r", $time) . "\n" . $description . "\n" . - "http://www.executionroom.com/forum/?mode=calendar&date=" . $time); + $FORUM_URL . "/?mode=calendar&date=" . $time); } if($action=="edit") { -- cgit v1.2.3