Advertisement
Guest User

subscribe2 6.3 patch for public subscribers to get full body

a guest
Mar 24th, 2011
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. diff -Nuar subscribe2-6.3/subscribe2.php subscribe2-6.3-full_body/subscribe2.php
  2. --- subscribe2-6.3/subscribe2.php   2011-03-17 13:38:01.000000000 -0700
  3. +++ subscribe2-6.3-full_body/subscribe2.php 2011-03-17 20:00:56.000000000 -0700
  4. @@ -661,7 +661,7 @@
  5.             } else {
  6.                 $recipients = array_merge((array)$public, (array)$registered);
  7.             }
  8. -           $this->mail($recipients, $subject, $excerpt_body);
  9. +           $this->mail($recipients, $subject, $full_body);
  10.  
  11.             // next we send plaintext full content emails
  12.             $this->mail($this->get_registered("cats=$post_cats_string&format=post"), $subject, $full_body);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement