Home
last modified time | relevance | path

Searched refs:pm_send_notify (Results 1 – 2 of 2) sorted by relevance

/dports/www/e107/e107/e107_plugins/pm/
H A Dpm_class.php242 $this->pm_send_notify($u['user_id'], $vars, $pmid, count($a_list));
281 $this->pm_send_notify($vars['to_info']['user_id'], $vars, $pmid, count($a_list));
377 function pm_send_notify($uid, $pmInfo, $pmid, $attach_count = 0) function in private_message
H A Dadmin_config.php807 if($pm->pm_send_notify(null,$pmInfo, 1) === true)