From: Roland Häder Date: Mon, 28 Jun 2010 19:08:58 +0000 (+0000) Subject: Removed deprecated code. X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=cb529a09bd803ae98b5a2fd9baed5a55332252af;ds=sidebyside Removed deprecated code. --- diff --git a/inc/functions.php b/inc/functions.php index 107542e91f..837184d15f 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -469,13 +469,6 @@ function loadEmailTemplate ($template, $content = array(), $userid = '0') { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, "content()=".count($content)." - AFTER
"); } // END - if - // Overwrite email from data if present - if (isset($content['email'])) $email = $content['email']; - - // Store email for some functions in global $DATA array - // @TODO Do only use $content, not $DATA or raw variables - $DATA['email'] = $email; - // Base directory $basePath = sprintf("%stemplates/%s/emails/", getConfig('PATH'), getLanguage());