print_r : ps
This commit is contained in:
parent
0f9db23eca
commit
b4166bc5e0
@ -814,7 +814,7 @@ class PDALERTS
|
|||||||
if(!empty($ref_str)){
|
if(!empty($ref_str)){
|
||||||
$msg .= "<br><br><br> This is an automatically generated notification mail. Please contact on ".$ref_str." for any
|
$msg .= "<br><br><br> This is an automatically generated notification mail. Please contact on ".$ref_str." for any
|
||||||
queries/update. ";
|
queries/update. ";
|
||||||
print_r($msg);die();
|
// print_r($msg);die();
|
||||||
if(!empty($mail_id)){
|
if(!empty($mail_id)){
|
||||||
$arg = array('mail'=>$mail_id,'pd_id'=>$pd_id,'msg'=>$msg,'subject'=>$subject);
|
$arg = array('mail'=>$mail_id,'pd_id'=>$pd_id,'msg'=>$msg,'subject'=>$subject);
|
||||||
SELF::send_smcagencymail($CI,$arg);
|
SELF::send_smcagencymail($CI,$arg);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user