Fix code comment

This commit is contained in:
Laurent Destailleur 2016-08-05 04:48:30 +02:00
parent e1e8254bcf
commit 4cf01bc685
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
// Variable $upload_dir must be defined when entering here // Variable $upload_dir must be defined when entering here
// Variable $upload_dirold may also exists. // Variable $upload_dirold may also exists.
// Send file/link // Submit file/link
if (GETPOST('sendit') && ! empty($conf->global->MAIN_UPLOAD_DOC)) if (GETPOST('sendit') && ! empty($conf->global->MAIN_UPLOAD_DOC))
{ {
if ($object->id) if ($object->id)

View File

@ -110,7 +110,7 @@ if (empty($reshook))
} }
} }
// Action sending file // Action submit/delete file/link
include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php'; include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
} }