From d65386f67bab6362f4bb1b68023e3ee964c6cd24 Mon Sep 17 00:00:00 2001 From: andryeyev Date: Thu, 3 Dec 2015 22:17:36 +0200 Subject: [PATCH] - логин пароль для входа в рассылке чтобы отписаться --- account/admin/email-processing.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/account/admin/email-processing.php b/account/admin/email-processing.php index b3d06ea..df12071 100644 --- a/account/admin/email-processing.php +++ b/account/admin/email-processing.php @@ -28,12 +28,9 @@ while ($user=mysql_fetch_assoc($result2)){ $i++; - if ($i< $mail['limit']) { - - $email=$mail['text']; - $email.=" -
-
+ if ($i < $mail['limit']) + { +/* , :

@@ -45,7 +42,9 @@

- "; + $email.=""; +*/ + $email = $mail['text']; sendMail ($user['email'], $user['username'], $mail['email'], $mail['username'], $mail['subject'], $email); -- libgit2 0.21.4