Ignore:
Timestamp:
Oct 16, 2007, 11:18:11 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000763: mail triggers:
Add triggers on mail part:

o NBM
o Group mail
o process send mail

+ check group_id null on group mail

Merge branch-1_7 2138:2139 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r1916 r2140  
    530530
    531531// info by email to an access granted group of category informations
    532 if (isset($_POST['submitEmail']))
     532if (isset($_POST['submitEmail']) and !empty($_POST['group']))
    533533{
    534534  set_make_full_url();
     
    641641  {
    642642    $template->assign_block_vars(
    643       'group_option',
     643      'group_mail.group_option',
    644644      array(
    645645        'VALUE' => $row['id'],
Note: See TracChangeset for help on using the changeset viewer.