Task #0002101: Exercice : pouvoir donner un texte libre

This commit is contained in:
sparkyx 2021-12-02 17:26:15 +01:00
parent 7bc7bed8d8
commit bc7169b2ac
12 changed files with 176 additions and 53 deletions

View file

@ -46,6 +46,7 @@ function __construct(DatabaseCore $p_cn,$p_id=-1)
,"p_start"=>"p_start"
,"p_end"=>"p_end"
,"p_exercice"=>"p_exercice"
,"p_exercice_label"=>"p_exercice_label"
,"p_closed"=>"p_closed"
,"p_central"=>"p_central"
);
@ -57,6 +58,7 @@ function __construct(DatabaseCore $p_cn,$p_id=-1)
,"p_start"=>"date"
,"p_end"=>"date"
,"p_exercice"=>"text"
,"p_exercice_label"=>"text"
,"p_closed"=>"boolean"
,"p_central"=>"boolean"
);