New: Can remove attached files before sending emails

This commit is contained in:
Laurent Destailleur
2010-01-13 10:30:33 +00:00
parent e3cee0636b
commit 6ef542d940
9 changed files with 250 additions and 74 deletions

View File

@@ -2252,7 +2252,7 @@ function print_fleche_navigation($page,$file,$options='',$nextpage,$betweenarrow
* \brief Remove a file or several files with a mask
* \param file File to delete or mask of file to delete
* \param disableglob Disable usage of glob like *
* \param boolean True if file deleted, False if error
* \param boolean True if file is deleted, False if error
*/
function dol_delete_file($file,$disableglob=0)
{