forked from Wavyzz/dolibarr
Qual: Reorganize lib functions:
All lib php files are called .lib.php Image functions are stored in images.lib.php
This commit is contained in:
@@ -16,19 +16,16 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* or see http://www.gnu.org/
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/modules/export/modules_export.php
|
||||
\ingroup export
|
||||
\brief Fichier contenant la classe m<>re de generation des exports
|
||||
\version $Revision$
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.inc.php');
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user