diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index b4beeeb55f5..5a94f94afdc 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -254,6 +254,14 @@ function print_titre($titre) * */ +function dol_delete_file($file) +{ + return unlink($file); +} +/* + * + * + */ function block_access() { llxHeader();