Commit ceb92bbe63c4800d8019b1a7eba8aa33e151dc11

Authored by Erwan Nanrocki
1 parent 100af70e

correction du test V2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
menu.php
... ... @@ -10,7 +10,7 @@
10 10 <a href="#" onClick="loadNewDoc('orga.php');">Organisation</a>
11 11 </li>
12 12 <?php
13   - if !( (isset($_SESSION["connected"]) && $_SESSION["connected"]) )
  13 + if (!(isset($_SESSION["connected"]) && $_SESSION["connected"]))
14 14 {
15 15 ?>
16 16 <li>
... ...