2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'upstream/develop' into camelCaps

This commit is contained in:
Frédéric FRANCE
2018-08-28 09:34:53 +02:00
335 changed files with 3278 additions and 1248 deletions

View File

@@ -33,12 +33,18 @@ require_once DOL_DOCUMENT_ROOT ."/resource/class/dolresource.class.php";
*/
class FormResource
{
var $db;
/**
* @var DoliDB Database handler.
*/
public $db;
var $substit=array();
var $param=array();
var $error;
/**
* @var string Error code (or message)
*/
public $error='';
/**