2
0
forked from Wavyzz/dolibarr

Work on prootype for using datatable.

This commit is contained in:
Laurent Destailleur
2014-07-27 20:31:11 +02:00
parent 9681b9abad
commit 709bf20deb
7 changed files with 112 additions and 29 deletions

View File

@@ -245,6 +245,8 @@ function dol_getprefix()
*/
function dol_include_once($relpath, $classname='')
{
global $conf,$langs,$user,$mysoc; // Do not remove this. They must be defined for files we include. Other globals var must be retreived with $GLOBALS['var']
$fullpath = dol_buildpath($relpath);
if (!file_exists($fullpath)) {