Ignore:
Timestamp:
Nov 5, 2009, 5:15:31 PM (14 years ago)
Author:
cljosse
Message:

[mail_supervisor] update file help 2

File:
1 edited

Legend:

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

    r4190 r4206  
    7676  $q = '
    7777    INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
    78     VALUES ("mail_superv","off,off,off ,off,off,127.0.0.1","Parametres du plugin Mail superviseur")
     78    VALUES ("mail_superv","off,off,off,off,off,off,127.0.0.1","Parametres du plugin Mail superviseur")
    7979  ;';
    8080  pwg_query($q);
     
    102102
    103103    pwg_query($q);
    104   }
     104 
    105105   $q = 'DROP TABLE IF EXISTS  '.MAIL_BLACK_LISTE_TABLE.';';
    106106   pwg_query( $q ); 
     
    108108   pwg_query( $q );
    109109   
    110  
     110 }
    111111 
    112112}
Note: See TracChangeset for help on using the changeset viewer.