derick Sun Sep 22 12:23:44 2002 EDT Modified files: /php4/ext/standard mail.c Log: - Unbreak build Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.64 php4/ext/standard/mail.c:1.65 --- php4/ext/standard/mail.c:1.64 Sun Sep 22 12:14:11 2002 +++ php4/ext/standard/mail.c Sun Sep 22 12:23:44 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mail.c,v 1.64 2002/09/22 16:14:11 imajes Exp $ */ +/* $Id: mail.c,v 1.65 2002/09/22 16:23:44 derick Exp $ */ #include <stdlib.h> #include <ctype.h> @@ -230,7 +230,7 @@ /* {{{ PHP_MINFO_FUNCTION */ PHP_MINFO_FUNCTION(mail) - +{ char *sendmail_path = INI_STR("sendmail_path"); #ifdef PHP_WIN32
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php