From b7b6ec759aba7633ad7a17f4ca4884e308e4fd44 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 23:41:40 +0000 Subject: [PATCH] r307: Unloaded the mail sending framework. --- includes/init.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/init.php b/includes/init.php index 4c8a466..f211f52 100755 --- a/includes/init.php +++ b/includes/init.php @@ -39,7 +39,7 @@ $db->database = $database; $db->connect($servername, $username, $password, $usepconnect); $bugsys->load('functions'); -$bugsys->load('mail'); +//$bugsys->load('mail'); $bugsys->exec_sanitize_data(); // change cookie expiration to one hour @@ -72,8 +72,8 @@ while ($store = $db->fetch_array($datastoretemp)) $bugsys->options = $bugsys->datastore['setting']; unset($bugsys->datastore['setting']); -$mail->from = $bugsys->options['webmasteremail']; -$mail->fromname = 'BugStrike Notification'; +//$mail->from = $bugsys->options['webmasteremail']; +//$mail->fromname = 'BugStrike Notification'; // ################################################################### // load userinfo -- 2.22.5