Changeset 1177 for trunk/admin/include


Ignore:
Timestamp:
Apr 15, 2006, 1:23:10 AM (18 years ago)
Author:
rub
Message:

Issue ID 330:

o Remove "background treatment"
o Add button "Continue treatment"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r1156 r1177  
    339339 * check_key list where action will be done
    340340 *
    341  * @return check_key lisr treated
     341 * @return check_key list treated
    342342 */
    343343function do_subscribe_unsubcribe_notification_by_mail($is_admin_request, $is_subscribe = false, $check_key_list = array())
     
    367367
    368368    // Prepare message after change language
    369     $msg_break_timeout = l10n('nbm_nbm_break_timeout_send_mail');
     369    $msg_break_timeout = l10n('nbm_break_timeout_send_mail');
    370370
    371371    // Begin nbm users environment
     
    472472 * check_key list where action will be done
    473473 *
    474  * @return check_key lisr treated
     474 * @return check_key list treated
    475475 */
    476476function unsubcribe_notification_by_mail($is_admin_request, $check_key_list = array())
     
    484484 * check_key list where action will be done
    485485 *
    486  * @return check_key lisr treated
     486 * @return check_key list treated
    487487 */
    488488function subcribe_notification_by_mail($is_admin_request, $check_key_list = array())
Note: See TracChangeset for help on using the changeset viewer.