# -> / for phpdoc

git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 11:29:53 +00:00
parent ba28732c3b
commit cacf913a55
235 changed files with 754 additions and 743 deletions

View File

@@ -2,7 +2,7 @@
$pagetitle[] = "Ports";
### Set Defaults here
/// Set Defaults here
if(!isset($vars['format'])) { $vars['format'] = "list_basic"; }
@@ -96,9 +96,9 @@ foreach ($ports as $data)
<select style="width: 200px;" name="location" id="location">
<option value="">All Locations</option>
<?php
### fix me function?
/// fix me function?
foreach (getlocations() as $location) ## FIXME function name sucks maybe get_locations ?
foreach (getlocations() as $location) /// FIXME function name sucks maybe get_locations ?
{
if ($location)
{
@@ -306,7 +306,7 @@ list($format, $subformat) = explode("_", $vars['format']);
$ports = dbFetchRows($query, $param);
### FIXME - only populate what we need to search at this point, because we shouldn't show *all* ports, as it's silly.
/// FIXME - only populate what we need to search at this point, because we shouldn't show *all* ports, as it's silly.
foreach ($ports as $p)
{