From 07cd86af6d50e786e40ef876106afef7b4be378d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 19 Apr 2010 19:04:52 -0700 Subject: updated link to wiki and bugzilla links were hardcoded, changed to link from config file --- digest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'digest.php') diff --git a/digest.php b/digest.php index cb3409f..5335262 100644 --- a/digest.php +++ b/digest.php @@ -39,6 +39,8 @@ if(isset($_SERVER['REMOTE_ADDR'])) /* get userid for users that have digest set != digest-off */ $users = DB_get_digest_users(); +global $WIKI; + global $defaulttimezone; foreach($users as $uid) { @@ -107,8 +109,7 @@ foreach($users as $uid) "-- \n". "You can change your mail delivery mode in the preference menu.\n". 'web: http://doko.nubati.net '. - 'help: http://wiki.nubati.net/EmailDoko '. - 'bugs: http://wiki.nubati.net/EmailDokoIssues'; + "help, bugs, etc.: $WIKI"; $subject = "$EmailName Digest"; -- cgit v1.2.3-18-g5258