Update form class in tables_vue.php, header.php, accueil_vue.php, parties_controleur.php, modele.php, statistiques_controleur.php, and parties_vue.php
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
$message = "";
|
||||
|
||||
/***********************************/
|
||||
/* Récupération des parties en cours */
|
||||
/***********************************/
|
||||
|
||||
$partiestotal = get_parties_venir_cours();
|
||||
|
||||
if ($partiestotal == null || count($partiestotal) == 0) {
|
||||
@@ -16,6 +20,10 @@ if ($partiestotal == null || count($partiestotal) == 0) {
|
||||
|
||||
$messageterminee = "";
|
||||
|
||||
/***********************************/
|
||||
/* Récupération des parties terminées */
|
||||
/***********************************/
|
||||
|
||||
$partiesterm = get_parties_terminees();
|
||||
|
||||
if ($partiesterm == null || count($partiesterm) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user