modification du path d'inclusion
This commit is contained in:
parent
3813c7fb6f
commit
f15fc7f32b
@ -23,8 +23,6 @@ require("./pre.inc.php");
|
||||
|
||||
llxHeader();
|
||||
|
||||
//$db = new Db();
|
||||
|
||||
print_titre("Gestion des adhesions a l'association");
|
||||
|
||||
print '<p><TABLE border="0" cellspacing="0" cellpadding="4">';
|
||||
|
||||
@ -20,14 +20,12 @@
|
||||
*
|
||||
*/
|
||||
require("./pre.inc.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent_type.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent.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");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherents/adherent_options.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
|
||||
|
||||
|
||||
//$db = new Db();
|
||||
$adho = new AdherentOptions($db);
|
||||
$errmsg='';
|
||||
$num=0;
|
||||
|
||||
@ -19,12 +19,11 @@
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/main.inc.php3");
|
||||
|
||||
require("../../main.inc.php3");
|
||||
|
||||
function llxHeader($head = "") {
|
||||
global $user, $conf;
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
@ -20,11 +20,10 @@
|
||||
*
|
||||
*/
|
||||
require("./pre.inc.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent_type.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherents/adherent_options.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
|
||||
|
||||
//$db = new Db();
|
||||
$adho = new AdherentOptions($db);
|
||||
|
||||
$errmsg='';
|
||||
|
||||
@ -21,14 +21,12 @@
|
||||
*
|
||||
*/
|
||||
require("./pre.inc.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent_type.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/cotisation.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/paiement.class.php");
|
||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherents/adherent_options.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/cotisation.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/paiement.class.php");
|
||||
require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
|
||||
|
||||
|
||||
//$db = new Db();
|
||||
$adho = new AdherentOptions($db);
|
||||
|
||||
llxHeader();
|
||||
|
||||
@ -24,7 +24,6 @@ require("./pre.inc.php");
|
||||
|
||||
llxHeader();
|
||||
|
||||
//$db = new Db();
|
||||
|
||||
if ($sortorder == "") { $sortorder="ASC"; }
|
||||
if ($sortfield == "") { $sortfield="nom"; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user