Ignore:
Timestamp:
03/12/2006 07:16:30 PM (6 years ago)
Author:
cirrus
Message:

Add: Links on nodes in google earth do not display the google map.
Bugfix: foreach array bug in search_suggest.
Changes: Javascript changes on the search_suggest page.
Add: Onkeydown javascript on the search input box.
Bugfix: Header sending location changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/pages/search/search_suggest.php

    r154 r157  
    4444                                                                                'nodes.id ASC', 
    4545                                                                                $this->limit); 
    46                         foreach ($this->tpl['nodes_search'] as $key => $value) { 
     46                        foreach ((array)$this->tpl['nodes_search'] as $key => $value) { 
    4747                                $this->tpl['nodes_search'][$key]['href'] = makelink(array("page" => "nodes", "node" => $this->tpl['nodes_search'][$key]['id'])); 
    4848                        } 
Note: See TracChangeset for help on using the changeset viewer.