diff options
author | deva <deva> | 2008-10-13 12:39:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-13 12:39:17 +0000 |
commit | 71f846affc51a062261aab575e53c37d2972bdfd (patch) | |
tree | 958ed1799d43f57e9c1eb68eda3beff30a04ad7b /forum/utils/calendar.php | |
parent | 42032d4bd8dd0c9772afd6ef7c1b09104cb22e8b (diff) |
Removed all hardcoded executionroom.com references.
Diffstat (limited to 'forum/utils/calendar.php')
-rw-r--r-- | forum/utils/calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |