Email pr removed

Identation corrected
This commit is contained in:
Saqib Razzaq 2016-01-25 11:10:51 +00:00
parent a02d614a4e
commit d141e79fed

View file

@ -159,10 +159,8 @@ class cb_pm
$type = $array['type'] ? $array['type'] : 'pm'; $type = $array['type'] ? $array['type'] : 'pm';
$reply_to = $this->is_reply($array['reply_to'],$from); $reply_to = $this->is_reply($array['reply_to'],$from);
$fields = array('message_from','message_to','message_content', $fields = array('message_from','message_to','message_content', 'message_subject','date_added','message_attachments','message_box','reply_to');
'message_subject','date_added','message_attachments','message_box','reply_to'); $values = array($from,$to,$array['content'], $array['subj'],now(),$attachments);
$values = array($from,$to,$array['content'],
$array['subj'],now(),$attachments);
//PM INBOX FIELDS //PM INBOX FIELDS
$fields_in = $fields; $fields_in = $fields;
@ -548,7 +546,7 @@ class cb_pm
$msgid = $array['msg_id']; $msgid = $array['msg_id'];
//Get To(Emails) //Get To(Emails)
$emails = $this->get_users_emails($array['to']); $emails = $this->get_users_emails($array['to']);
pr($emails,true); #pr($emails,true);
$vars = array $vars = array
( (
'{sender}' => $sender, '{sender}' => $sender,