Tache #0001875: Demande amélioration calendrier

Choix de commencer calendrier est une préférence utilisateur
This commit is contained in:
Dany De Bontridder 2021-01-16 11:32:02 +01:00
parent 01ef0a8d60
commit f0a66ec935
5 changed files with 183 additions and 54 deletions

View file

@ -56,6 +56,9 @@ $cn = Dossier::connect();
global $g_user, $cn,$g_parameter,$http;
$g_user = new User($cn);
$http=new HttpInput();
if ( ! defined("FIRST_WEEK_DAY")) {
define ("FIRST_WEEK_DAY",$g_user->get_first_week_day());
}
/*
* check that the database is not empty
*/