]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Dec 2006 10:54:45 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mail.patch -> 1.16

php-mail.patch

index 68880e791b411a61141b5442353fa51784498bd1..836c47fe6c5eecee068b99cd9a4743692bdfaf63 100644 (file)
@@ -54,7 +54,7 @@ diff -urN php-5.2.0.org/ext/standard/mail.c php-5.2.0/ext/standard/mail.c
  #endif
 -              fprintf(sendmail, "To: %s\n", to);
 -              fprintf(sendmail, "Subject: %s\n", subject);
-+              {TSRMLS_FETCH();}
++              TSRMLS_FETCH();
 +              
 +              if ((to != NULL) && (strlen(to)!=0)) { 
 +                      fprintf(sendmail, "To: %s\n", to);
This page took 0.049007 seconds and 4 git commands to generate.