/[dolibarr]/dolibarr/htdocs/public/adherents/new.php
ViewVC logotype

Diff of /dolibarr/htdocs/public/adherents/new.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by opensides, Wed Oct 20 20:06:50 2004 UTC revision 1.15 by eldy, Thu Aug 25 20:40:22 2005 UTC
# Line 17  Line 17 
17   *   *
18   * $Id$   * $Id$
19   * $Source$   * $Source$
  *  
20   */   */
21    
22    /**
23            \file       htdocs/public/adherents/new.php
24            \ingroup    adherent
25            \brief      Page liste des nouveaux adherents
26            \version    $Revision$
27    */
28    
29  require("./pre.inc.php");  require("./pre.inc.php");
30  require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");  require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
31  require(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");  require(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");
 //require($GLOBALS["DOCUMENT_ROOT"]."/cotisation.class.php");  
 //require($GLOBALS["DOCUMENT_ROOT"]."/paiement.class.php");  
32  require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");  require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
33    
34  $adho = new AdherentOptions($db);  $adho = new AdherentOptions($db);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26