Fix bug and esthetic : the var. dep can be empty
This commit is contained in:
parent
1e56e7fd34
commit
cb97fb03be
2 changed files with 2 additions and 1 deletions
|
|
@ -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;?>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue