forked from Wavyzz/dolibarr
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
* \file htdocs/adherents/class/adherent.class.php
|
||||
* \ingroup member
|
||||
* \brief File of class to manage members of a foundation
|
||||
* \version $Id: adherent.class.php,v 1.50 2011/08/20 15:11:31 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
* \ingroup member
|
||||
* \brief File of class to manage members types
|
||||
* \author Rodolphe Quiedeville
|
||||
* \version $Id: adherent_type.class.php,v 1.12 2011/08/03 00:45:44 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* \file htdocs/adherents/class/adherentstats.class.php
|
||||
* \ingroup member
|
||||
* \brief Fichier de la classe de gestion des stats des adhérents
|
||||
* \version $Id: adherentstats.class.php,v 1.3 2011/08/03 00:45:44 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* \file htdocs/adherents/class/cotisation.class.php
|
||||
* \ingroup member
|
||||
* \brief File of class to manage subscriptions of foundation members
|
||||
* \version $Id: cotisation.class.php,v 1.9 2011/08/03 00:45:44 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
|
||||
|
||||
Reference in New Issue
Block a user