Dotclear

source: plugins/newsletter/trunk/_define.php @ 2685

Revision 2685, 788 bytes checked in by kwon, 13 years ago (diff)

Newsletter:

' closes #562
' delete really the mail from the database when clic on delete

Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of Newsletter, a plugin for Dotclear.
4#
5# Copyright (c) 2009-2010 Benoit de Marne.
6# benoit.de.marne@gmail.com
7# Many thanks to Association Dotclear and special thanks to Olivier Le Bris
8#
9# Licensed under the GPL version 2.0 license.
10# A copy of this license is available in LICENSE file or at
11# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12# -- END LICENSE BLOCK ------------------------------------
13
14$this->registerModule(
15     /* Name */               "Newsletter",
16     /* Description*/    "Manage your newsletters in Dotclear 2",
17     /* Author */        "Benoit de Marne",
18     /* Version */       "3.7.10",
19     /* Permissions */   "usage,contentadmin",
20     /* Priority */      null
21);
22
23/* Original Author (3.4.2) : Olivier Le Bris */
24
25?>
Note: See TracBrowser for help on using the repository browser.

Sites map