Skip to content

Commit

Permalink
correctifs : liens
Browse files Browse the repository at this point in the history
  • Loading branch information
ynaessens committed Jun 1, 2024
1 parent 8f469bf commit 4567be4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* include/functions.inc.php
* fichier Bibliothèque de fonctions de GRR
* Dernière modification : $Date: 2023-10-17 10:53$
* Dernière modification : $Date: 2024-06-01 18:37$
* @author JeromeB & Laurent Delineau & Marc-Henri PAMISEUX & Yan Naessens
* @copyright Copyright 2003-2023 Team DEVOME - JeromeB
* @copyright Copyright 2003-2024 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
*
* This file is part of GRR.
Expand Down Expand Up @@ -934,13 +934,13 @@ function page_accueil($param = 'no')
else if ($defaultroom == - 1)
$page_accueil = 'app.php?p=jour&area='.$defaultarea;
else if ($defaultroom == - 2)
$page_accueil = 'pp.php?p=mois_all&area='.$defaultarea;
$page_accueil = 'app.php?p=semaine_all&area='.$defaultarea;
else if ($defaultroom == - 3)
$page_accueil = 'app.php?p=mois_all&area='.$defaultarea;
else if ($defaultroom == -4)
$page_accueil = 'month_all2.php?area='.$defaultarea;
$page_accueil = 'app.php?p=mois_all2.php?area='.$defaultarea;
else
$page_accueil = 'week.php?area='.$defaultarea.'&room='.$defaultroom;
$page_accueil = 'app.php?p=semaine.php?area='.$defaultarea.'&room='.$defaultroom;
if ((Settings::get("module_multisite") == "Oui") && ($defaultsite > 0))
$page_accueil .= '&id_site='.$defaultsite;
if ($param == 'yes')
Expand Down

0 comments on commit 4567be4

Please sign in to comment.