From d141e79fed0db92d99cafb54843b17fd6fd63ea7 Mon Sep 17 00:00:00 2001 From: Saqib Razzaq Date: Mon, 25 Jan 2016 11:10:51 +0000 Subject: [PATCH] Email pr removed Identation corrected --- upload/includes/classes/pm.class.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/upload/includes/classes/pm.class.php b/upload/includes/classes/pm.class.php index f3944fb6..b72f98cd 100644 --- a/upload/includes/classes/pm.class.php +++ b/upload/includes/classes/pm.class.php @@ -159,10 +159,8 @@ class cb_pm $type = $array['type'] ? $array['type'] : 'pm'; $reply_to = $this->is_reply($array['reply_to'],$from); - $fields = array('message_from','message_to','message_content', - 'message_subject','date_added','message_attachments','message_box','reply_to'); - $values = array($from,$to,$array['content'], - $array['subj'],now(),$attachments); + $fields = array('message_from','message_to','message_content', 'message_subject','date_added','message_attachments','message_box','reply_to'); + $values = array($from,$to,$array['content'], $array['subj'],now(),$attachments); //PM INBOX FIELDS $fields_in = $fields; @@ -548,7 +546,7 @@ class cb_pm $msgid = $array['msg_id']; //Get To(Emails) $emails = $this->get_users_emails($array['to']); - pr($emails,true); + #pr($emails,true); $vars = array ( '{sender}' => $sender,