Change the default email format use to send email

git-svn-id: http://piwigo.org/svn/trunk@1905 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-03-14 22:57:36 +00:00
parent c5da19e536
commit 04b6fc193d
+1 -1
View File
@@ -279,7 +279,7 @@ $conf['enabled_format_email'] = true;
// default_email_format:
// Define the default email format use to send email
// Value could be text/plain or text/html
$conf['default_email_format'] = 'text/plain';
$conf['default_email_format'] = 'text/html';
// check_upgrade_feed: check if there are database upgrade required. Set to
// true, a message will strongly encourage you to upgrade your database if