Changeset 1905


Ignore:
Timestamp:
Mar 14, 2007, 11:57:36 PM (17 years ago)
Author:
rub
Message:

Change the default email format use to send email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r1900 r1905  
    280280//  Define the default email format use to send email
    281281//  Value could be text/plain  or text/html
    282 $conf['default_email_format'] = 'text/plain';
     282$conf['default_email_format'] = 'text/html';
    283283
    284284// check_upgrade_feed: check if there are database upgrade required. Set to
Note: See TracChangeset for help on using the changeset viewer.