- Timestamp:
- 03/28/2006 06:36:04 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/pages/search/search_suggest.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/pages/search/search_suggest.php
r157 r163 59 59 'ip_ranges.status ASC, ip_ranges.ip_start ASC', 60 60 $this->limit); 61 foreach ( $this->tpl['ip_search'] as $key => $value) {61 foreach ((array)$this->tpl['ip_search'] as $key => $value) { 62 62 $this->tpl['ip_search'][$key]['ip_start'] = long2ip($this->tpl['ip_search'][$key]['ip_start']); 63 63 $this->tpl['ip_search'][$key]['href'] = makelink(array("page" => "nodes", "node" => $this->tpl['ip_search'][$key]['id'])); … … 72 72 'dns_zones.status ASC, dns_zones.name ASC', 73 73 $this->limit); 74 foreach ( $this->tpl['dns_search'] as $key => $value) {74 foreach ((array)$this->tpl['dns_search'] as $key => $value) { 75 75 if($this->tpl['dns_search'][$key]['type'] == "forward") $this->tpl['dns_search'][$key]['name'] .= ".".$vars['dns']['root_zone']; 76 76 $this->tpl['dns_search'][$key]['href'] = makelink(array("page" => "nodes", "node" => $this->tpl['dns_search'][$key]['id'])); … … 86 86 'nodes.name ASC', 87 87 $this->limit); 88 foreach ( $this->tpl['nodes_search'] as $key => $value) {88 foreach ((array)$this->tpl['nodes_search'] as $key => $value) { 89 89 $this->tpl['nodes_search'][$key]['href'] = makelink(array("page" => "nodes", "node" => $this->tpl['nodes_search'][$key]['id'])); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.
