From e061b79fe0909ca5e7922116c6613f3cadc3b00c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 8 Mar 2009 06:12:08 +0000 Subject: [PATCH] MFH: Fixed bug #47543 (irrelevant warning message) --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index f1a940a369..3f42a38287 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -751,7 +751,7 @@ smtp_port = 25 mail.add_x_header = Off ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off diff --git a/php.ini-recommended b/php.ini-recommended index a9d53179e3..20cc1dc918 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -803,7 +803,7 @@ smtp_port = 25 mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off -- 2.50.1