diff options
author | plegall <plg@piwigo.org> | 2006-02-01 22:07:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-02-01 22:07:26 +0000 |
commit | 864acc9f954e4f5b7c21d2aaeab13ae2a2d5d0db (patch) | |
tree | 59dcb5f1078e7288f2adad09ed70f0a62bb2db67 /include/config_default.inc.php | |
parent | bb181b04cf3e4984cb1dfbe95e5521ad917fab76 (diff) |
Applying coding style guidelines to r1018 and r1019.
New function get_webmaster_mail_address used in include/page_tail.php and
include/functions_mail.inc.php.
Nothing else than functions in include/functions*, init_conf_mail() was
useless in include/functions_mail.inc.php because $conf_mail is only used in
function pwg_mail.
bug fixed: files include/functions_mail.inc.php and
include/functions_notification.inc.php had been commited in DOS format! Unix
file format is the only file format authorized.
git-svn-id: http://piwigo.org/svn/trunk@1021 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f89cecfb4..f45ab28a7 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -182,8 +182,8 @@ $conf['users_page'] = 20; // "options" parameter missing on mail() function execution. $conf['mail_options'] = false; -// Send bcc mail to webmaster -// Set true for debug or test +// send_bcc_mail_webmaster: send bcc mail to webmaster. Set true for debug +// or test. $conf['send_bcc_mail_webmaster'] = false; // check_upgrade_feed: check if there are database upgrade required. Set to |