NEW Clean and enhance code for cron engine

This commit is contained in:
Laurent Destailleur
2016-01-31 14:58:04 +01:00
parent 426e9297ea
commit 928336c835
10 changed files with 81 additions and 53 deletions

View File

@@ -306,7 +306,7 @@ function dol_getprefix()
* To link to a module file from a core file, then this function can be used (call by hook / trigger / speciales pages)
*
* @param string $relpath Relative path to file (Ie: mydir/myfile, ../myfile, ...)
* @param string $classname Class name
* @param string $classname Class name (deprecated)
* @return bool True if load is a success, False if it fails
*/
function dol_include_once($relpath, $classname='')