Ignore:
Timestamp:
Dec 23, 2010, 11:24:37 PM (13 years ago)
Author:
Eric
Message:

bug 2066 second step fix :

  • Add option to enable / disable email send
  • Email function integration in userlist table
  • LCAS_SendMail function coded (not tested)

Database init updated
Translation files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/maintain.inc.php

    r8257 r8271  
    1818        global $conf;
    1919       
    20   $default1 = array('false','false','Example customized content of the notification email');
     20  $default = array('false','false','false','Example customized content of the notification email');
    2121
    2222  $q = '
    2323INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
    24 VALUES ("LoginCaseAccentsSensitivity","'.addslashes(serialize($default1)).'","LCAS parameters")
     24VALUES ("LoginCaseAccentsSensitivity","'.addslashes(serialize($default)).'","LCAS parameters")
    2525  ;';
    2626  pwg_query($q);
Note: See TracChangeset for help on using the changeset viewer.