Ignore:
Timestamp:
Feb 11, 2007, 1:01:07 PM (17 years ago)
Author:
rub
Message:

subcribe instead of subscribe => spam for free.

Correction of all bad English word.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r1784 r1806  
    189189    mass_inserts(USER_MAIL_NOTIFICATION_TABLE, array('user_id', 'check_key', 'enabled'), $inserts);
    190190    // Update field enabled with specific function
    191     $check_key_treated = do_subscribe_unsubcribe_notification_by_mail
     191    $check_key_treated = do_subscribe_unsubscribe_notification_by_mail
    192192    (
    193193      true,
     
    521521      if (isset($_POST['falsify']) and isset($_POST['cat_true']))
    522522      {
    523         $check_key_treated = unsubcribe_notification_by_mail(true, $_POST['cat_true']);
     523        $check_key_treated = unsubscribe_notification_by_mail(true, $_POST['cat_true']);
    524524        do_timeout_treatment('cat_true', $check_key_treated);
    525525      }
     
    527527      if (isset($_POST['trueify']) and isset($_POST['cat_false']))
    528528      {
    529         $check_key_treated = subcribe_notification_by_mail(true, $_POST['cat_false']);
     529        $check_key_treated = subscribe_notification_by_mail(true, $_POST['cat_false']);
    530530        do_timeout_treatment('cat_false', $check_key_treated);
    531531      }
Note: See TracChangeset for help on using the changeset viewer.