2
0
forked from Wavyzz/dolibarr

Dplacement librairie externe xmlrpc dans includes

This commit is contained in:
Laurent Destailleur
2006-11-19 18:06:51 +00:00
parent 6067423b1f
commit 1dcff6e59a
3 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,8 @@
\version $Revision$
*/
require_once(DOL_DOCUMENT_ROOT."/includes/xmlrpc/xmlrpc.php");
/**
\class Adherent

View File

@@ -33,7 +33,7 @@ require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php");
require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php");
require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php");
require_once(DOL_DOCUMENT_ROOT."/lib/xmlrpc.php");
require_once(DOL_DOCUMENT_ROOT."/includes/xmlrpc/xmlrpc.php");
$langs->load("companies");
$langs->load("bills");