Skip to content
Snippets Groups Projects
Commit e9ca70e1 authored by SNA's avatar SNA
Browse files

Fix : notice error when testing service

parent d3fdaa25
No related branches found
No related tags found
No related merge requests found
......@@ -1211,6 +1211,7 @@ class core_tools extends functions
<input type="button" name="<?php echo $appServices[$i]['id'];?>" value="<?php echo $tmp;?>" onclick="window.open('<?php echo $_SESSION['config']['businessappurl'].'index.php?display=true&page='.$appServices[$i]['servicepage']; ?>', '<?php echo $appServices[$i]['id'];?>','width=<?php echo $appServices[$i]['whereamiused'][$k]['width'];?>,height=<?php echo $appServices[$i]['whereamiused'][$k]['height'];?>,scrollbars=yes,resizable=yes' );" class="button" /><br/>
<?php
} else if ($appServices[$i]['whereamiused'][$k]['nature'] == "include"
&& isset($_SESSION['user']['services'][$appServices[$i]['id']])
&& $_SESSION['user']['services'][$appServices[$i]['id']]
&& ($servicenature == "all" || $servicenature == "include")
&& ! in_array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment