2
0
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:
Laurent Destailleur
2008-04-05 14:18:13 +00:00
parent 3ad62bc7a1
commit 08af4cbbfe
22 changed files with 305 additions and 297 deletions

View File

@@ -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');
/**