Ignore:
Timestamp:
Oct 7, 2009, 5:57:23 PM (15 years ago)
Author:
cljosse
Message:

Create Release for 1.7.3 and 2.04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/free_mail/maintain.inc.php

    r3943 r3987  
    1010  $q = '
    1111    INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
    12     VALUES ("free_mail","true;false;false;-1;-1;-1;false;false;;-1;;;false;;","Parametres du plugin free mail")
     12    VALUES ("free_mail","off,on,off","Parametres du plugin free mail")
    1313  ;';
    1414  pwg_query($q);
     
    2020
    2121`id` SMALLINT( 5 ) NOT NULL DEFAULT '0',
    22 `dateenv` INT NOT NULL DEFAULT '0',
    23 `nbenv` INT NOT NULL DEFAULT '0',
    24 `date_check` INT NOT NULL DEFAULT '0',
     22`date_mail` INT NOT NULL DEFAULT '0',
     23`nb_mails` INT NOT NULL DEFAULT '0',
     24`date_quarantaine` INT NOT NULL DEFAULT '0',
    2525`quarantaine` BOOL NOT NULL ,
    2626`message` TEXT NOT NULL ,
Note: See TracChangeset for help on using the changeset viewer.