Manage code rewriting

This commit is contained in:
sparkyx 2025-08-19 13:31:11 +02:00
parent 99067ed2e1
commit aace9db326
17 changed files with 304 additions and 287 deletions

View file

@ -39,10 +39,10 @@ class Fiche_Def
var $attribut; //!< get from attr_xxx tables
var $fd_description; //!< Description of the Card Category
function __construct($p_cn,$p_id = 0)
function __construct($cn,$id = 0)
{
$this->cn=$p_cn;
$this->id=$p_id;
$this->cn=$cn;
$this->id=$id;
}
@ -61,7 +61,7 @@ class Fiche_Def
}
/**
* @brief replace by load_attribute
* @deprecated since version 9.3.0.12
* @deprecated since version 9.3.12
* @return type
*/
function getAttribut() {