From b4166bc5e019d713f6d1541020fb3d04c14510b9 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 19 May 2022 14:58:42 +0530 Subject: [PATCH] print_r : ps --- api/application/helpers/pdalerts_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index d13b2dd9..ca1771bf 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -814,7 +814,7 @@ class PDALERTS if(!empty($ref_str)){ $msg .= "


This is an automatically generated notification mail. Please contact on ".$ref_str." for any queries/update. "; - print_r($msg);die(); + // print_r($msg);die(); if(!empty($mail_id)){ $arg = array('mail'=>$mail_id,'pd_id'=>$pd_id,'msg'=>$msg,'subject'=>$subject); SELF::send_smcagencymail($CI,$arg);