2
0
forked from Wavyzz/dolibarr

Fix doxygen

This commit is contained in:
Laurent Destailleur
2015-09-01 14:31:32 +02:00
parent 03435d7d90
commit 7a78c9d704

View File

@@ -302,7 +302,7 @@ function dol_getprefix()
*
* @param string $relpath Relative path to file (Ie: mydir/myfile, ../myfile, ...)
* @param string $classname Class name
* @return bool
* @return bool True if load is a success, False if it fails
*/
function dol_include_once($relpath, $classname='')
{