mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Qual: Prepare move of function dol_delete_file into file.lib.php
This commit is contained in:
@@ -208,6 +208,7 @@ function project_pdf_create($db, $object, $model,$outputlangs)
|
||||
function project_delete_preview($db, $objectid)
|
||||
{
|
||||
global $langs,$conf;
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/files.lib.php");
|
||||
|
||||
$project = new Project($db);
|
||||
$project->fetch($objectid);
|
||||
|
||||
Reference in New Issue
Block a user