Changeset 2629

Show
Ignore:
Timestamp:
10/01/08 00:14:19 (5 years ago)
Author:
rub
Message:

Fix bad content of NBM mail.

Missing a file.

Sorry, multiple dev on work...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2497 r2629  
    407407function pwg_mail_group( 
    408408  $group_id, $email_format, $keyargs_subject, 
    409   $dirname, $tpl_shortname, 
     409  $tpl_shortname, 
    410410  $assign_vars = array(), $language_selected = '') 
    411411{ 
     
    492492 
    493493          $mail_template = get_mail_template($email_format, $elem); 
    494           $mail_template->set_filename($tpl_shortname, 
    495             (empty($dirname) ? '' : $dirname.'/').$tpl_shortname.'.tpl'); 
     494          $mail_template->set_filename($tpl_shortname, $tpl_shortname.'.tpl'); 
    496495 
    497496          $mail_template->assign(