]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Urgh... fix for fix for horrific $ escaping problems (some awful mix of single and...
authorBrion Vibber <brion@pobox.com>
Mon, 4 Oct 2010 22:29:30 +0000 (15:29 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 4 Oct 2010 22:29:30 +0000 (15:29 -0700)
lib/mail.php

index a3b3e05b827ff8e44c230734992610fc355abe13..ab5742e33d0338ec96e6b13b9073cb3bfbc5e986 100644 (file)
@@ -252,14 +252,14 @@ function mail_subscribe_notify_profile($listenee, $other)
 
         // TRANS: Main body of new-subscriber notification e-mail
         $body = sprintf(_('%1$s is now listening to your notices on %2$s.'."\n\n".
-                          "\t".'%3\$s'."\n\n".
+                          "\t".'%3$s'."\n\n".
                           '%4$s'.
                           '%5$s'.
                           '%6$s'.
-                          "\n".'Faithfully yours,'."\n".'%7\$s.'."\n\n".
+                          "\n".'Faithfully yours,'."\n".'%7$s.'."\n\n".
                           "----\n".
                           "Change your email address or ".
-                          "notification options at ".'%8\$s' ."\n"),
+                          "notification options at ".'%8$s' ."\n"),
                         $long_name,
                         common_config('site', 'name'),
                         $other->profileurl,