diff --git a/connect.php b/connect.php index 76cbbb9..ed5de0d 100644 --- a/connect.php +++ b/connect.php @@ -10,9 +10,14 @@
- +
- +
+ + + + +
@@ -20,7 +25,7 @@
@@ -34,3 +39,8 @@ + diff --git a/orga.php b/orga.php index 52b9a62..2a2b909 100644 --- a/orga.php +++ b/orga.php @@ -30,9 +30,6 @@ class Evenement # Titre $html .= '

'.$this->nom; - if ($this->annule) { - $html .= ' Annulé'; - } if ($this->p_annuler()) { $html .= ' '; } -- libgit2 0.21.2