Fix bug and esthetic : the var. dep can be empty

This commit is contained in:
Dany De Bontridder 2017-07-11 17:05:41 +02:00
parent 1e56e7fd34
commit cb97fb03be
2 changed files with 2 additions and 1 deletions

View file

@ -426,7 +426,7 @@ if (isset($_POST['delete_profil']))
<?php
}
$dep=$http->post("dep");
$dep=$http->post("dep","string","");
?>
<script>
var selected_menu="<?php echo $dep;?>";