1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 14:11:28 +00:00

reduce the number of always included libraries

This commit is contained in:
Andrew Dolgov
2011-12-11 23:10:51 +04:00
parent c902b6442d
commit 31303c6bbd
5 changed files with 46 additions and 34 deletions

View File

@@ -285,6 +285,8 @@
$status_msg = format_notice(T_sprintf("Changed password of user <b>%s</b>
to <b>%s</b>", $login, $tmp_user_pwd));
require_once 'lib/phpmailer/class.phpmailer.php';
if ($email) {
$status_msg += format_notice(T_sprintf("Notifying <b>%s</b>.", $email));