Changeset 28587 for trunk/include/functions_mail.inc.php
- Timestamp:
- Jun 2, 2014, 9:55:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_mail.inc.php
r28185 r28587 313 313 } 314 314 315 trigger_ action('loading_lang');315 trigger_notify('loading_lang'); 316 316 load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR, 317 317 array('language'=>$language, 'no_fallback'=>true, 'local'=>true) … … 697 697 { 698 698 $conf_mail[$cache_key]['theme'] = get_mail_template($content_type); 699 trigger_ action('before_parse_mail_template', $cache_key, $content_type);699 trigger_notify('before_parse_mail_template', $cache_key, $content_type); 700 700 } 701 701 $template = &$conf_mail[$cache_key]['theme']; … … 855 855 856 856 $ret = true; 857 $pre_result = trigger_ event('before_send_mail', true, $to, $args, $mail);857 $pre_result = trigger_change('before_send_mail', true, $to, $args, $mail); 858 858 859 859 if ($pre_result) … … 946 946 } 947 947 948 trigger_ action('functions_mail_included');948 trigger_notify('functions_mail_included'); 949 949 950 950 ?>
Note: See TracChangeset
for help on using the changeset viewer.