WIP ADAPT PHP8.2

This commit is contained in:
sparkyx 2023-02-18 10:50:02 +01:00
parent c7cbbe4ff5
commit 95c8672c0f
12 changed files with 36 additions and 16 deletions

View file

@ -39,7 +39,10 @@ class Periode
open and CE for centralized */
var $p_start; /*!< start of the periode */
var $p_end; /*!< end of the periode */
var $p_exercice ; /*!< exercice */
var $p_closed ; /*!< if exercice is closed */
var $p_central ; /*!< NOT USER */
var $p_exercice_label ; /*!< Label of the exercice */
function __construct($p_cn, $p_id=0)
{
$this->p_id=$p_id;