forked from Wavyzz/dolibarr
FIX #11244 Enhance repair tool
This commit is contained in:
@@ -649,7 +649,7 @@ function dol_include_once($relpath, $classname = '')
|
||||
* @param int $returnemptyifnotfound 0:If $type==0 and if file was not found into alternate dir, return default path into main dir (no test on it)
|
||||
* 1:If $type==0 and if file was not found into alternate dir, return empty string
|
||||
* 2:If $type==0 and if file was not found into alternate dir, test into main dir, return default path if found, empty string if not found
|
||||
* @return string Full filesystem path (if path=0), Full url path (if mode=1)
|
||||
* @return string Full filesystem path (if path=0) or '' if file not found, Full url path (if mode=1)
|
||||
*/
|
||||
function dol_buildpath($path, $type = 0, $returnemptyifnotfound = 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user