diff options
author | rub <rub@piwigo.org> | 2007-02-11 12:01:07 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-11 12:01:07 +0000 |
commit | 69632928a86237c0649451b22bbf21dbc594ed24 (patch) | |
tree | 1efb0c54abcfd741b52c0b32e6ec637fa716c96e /admin/notification_by_mail.php | |
parent | 3c540c2d6f1da01cbcc0605e8113024474845663 (diff) |
subcribe instead of subscribe => spam for free.
Correction of all bad English word.
git-svn-id: http://piwigo.org/svn/trunk@1806 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/notification_by_mail.php')
-rw-r--r-- | admin/notification_by_mail.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php index d2c6f76f4..a000fdb4b 100644 --- a/admin/notification_by_mail.php +++ b/admin/notification_by_mail.php @@ -188,7 +188,7 @@ order by // Insert new nbm_users mass_inserts(USER_MAIL_NOTIFICATION_TABLE, array('user_id', 'check_key', 'enabled'), $inserts); // Update field enabled with specific function - $check_key_treated = do_subscribe_unsubcribe_notification_by_mail + $check_key_treated = do_subscribe_unsubscribe_notification_by_mail ( true, $conf['nbm_default_value_user_enabled'], @@ -520,13 +520,13 @@ where { if (isset($_POST['falsify']) and isset($_POST['cat_true'])) { - $check_key_treated = unsubcribe_notification_by_mail(true, $_POST['cat_true']); + $check_key_treated = unsubscribe_notification_by_mail(true, $_POST['cat_true']); do_timeout_treatment('cat_true', $check_key_treated); } else if (isset($_POST['trueify']) and isset($_POST['cat_false'])) { - $check_key_treated = subcribe_notification_by_mail(true, $_POST['cat_false']); + $check_key_treated = subscribe_notification_by_mail(true, $_POST['cat_false']); do_timeout_treatment('cat_false', $check_key_treated); } } |