Index: admin/events.php =================================================================== RCS file: /usr/local/cvsroot/pgweb/portal/admin/events.php,v retrieving revision 1.5 diff -u -3 -r1.5 events.php --- admin/events.php 13 Dec 2004 12:33:16 -0000 1.5 +++ admin/events.php 20 Jan 2005 03:38:45 -0000 @@ -25,7 +25,7 @@ "SET approved = true\n" . "WHERE id = {$id}" ); - $mailtext = "View: " . $_SETTINGS['masterserver'] . '/event.' . $id . + $mailtext = "View: " . $_SETTINGS['masterserver'] . '/about/event.' . $id . "\nEdit: " . $_SETTINGS['masterserver'] . '/admin/event-edit.php?id=' . $id; $mailsubj = 'Event ' . $id . ' was approved by ' . $_SERVER['PHP_AUTH_USER']; @mail($_SETTINGS['notifymail'], $mailsubj, $mailtext);