/[dolibarr]/dolibarr/htdocs/adherents/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/adherents/fiche.php

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

revision 1.63 by eldy, Mon Aug 15 01:06:20 2005 UTC revision 1.64 by eldy, Tue Sep 6 20:40:40 2005 UTC
# Line 33  require("./pre.inc.php"); Line 33  require("./pre.inc.php");
33  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
34  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");
35  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");  require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
 require_once(DOL_DOCUMENT_ROOT."/adherents/XML-RPC.functions.php");  
36  require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php");  require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php");
37    require_once(DOL_DOCUMENT_ROOT."/lib/xmlrpc.php");
38    
39  $langs->load("companies");  $langs->load("companies");
40  $langs->load("bills");  $langs->load("bills");

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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