print_r : ps

This commit is contained in:
VE10-Sanjeev 2022-05-19 14:58:42 +05:30
parent 0f9db23eca
commit b4166bc5e0

View File

@ -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);