From 8902589443f240f3d33136478d11707d497fbfa8 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 8 Mar 2009 06:11:04 +0000 Subject: [PATCH] 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 f00d902f56..64c90f5f30 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -673,7 +673,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 f88d0e157c..f29bf1bb28 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -710,7 +710,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