mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Qual: Prepare move of function dol_delete_file into file.lib.php
This commit is contained in:
@@ -170,6 +170,7 @@ class Commande extends CommonObject
|
||||
function valid($user)
|
||||
{
|
||||
global $conf,$langs;
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/files.lib.php");
|
||||
|
||||
$error=0;
|
||||
|
||||
@@ -2034,6 +2035,7 @@ class Commande extends CommonObject
|
||||
function delete($user)
|
||||
{
|
||||
global $conf, $langs;
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/files.lib.php");
|
||||
|
||||
$err = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user