Tache #0001875: Demande amélioration calendrier
Choix de commencer calendrier est une préférence utilisateur
This commit is contained in:
parent
01ef0a8d60
commit
f0a66ec935
5 changed files with 183 additions and 54 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue