Skip to content
Snippets Groups Projects
Commit 3520513c authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed an error that I introduced in a previous commit...

parent 97027c7d
Branches
No related tags found
No related merge requests found
...@@ -63,6 +63,12 @@ class modMailmanSpip extends DolibarrModules ...@@ -63,6 +63,12 @@ class modMailmanSpip extends DolibarrModules
// Config pages // Config pages
$this->config_page_url = array('mailman.php@adherents'); $this->config_page_url = array('mailman.php@adherents');
// Constants
$this->const = array();
$this->const[1] = array("ADHERENT_MAILMAN_UNSUB_URL","chaine","http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&user=%EMAIL%","Url de désinscription aux listes mailman");
$this->const[2] = array("ADHERENT_MAILMAN_URL","chaine","http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL%","Url pour les inscriptions mailman");
$this->const[3] = array("ADHERENT_MAILMAN_LISTS","chaine","","Mailing-list to subscribe new members to");
// Boxes // Boxes
$this->boxes = array(); $this->boxes = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment