fix php warning
This commit is contained in:
parent
d4aaaa47e4
commit
1da29fbed3
@ -56,7 +56,9 @@ class Dolresource extends CommonObject
|
|||||||
public $type_label;
|
public $type_label;
|
||||||
public $tms='';
|
public $tms='';
|
||||||
|
|
||||||
var $oldcopy;
|
public $cache_code_type_resource=array();
|
||||||
|
|
||||||
|
public $oldcopy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
@ -66,6 +68,7 @@ class Dolresource extends CommonObject
|
|||||||
function __construct($db)
|
function __construct($db)
|
||||||
{
|
{
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user