/[drupal]/contributions/modules/serapi/serapi.module
ViewVC logotype

Diff of /contributions/modules/serapi/serapi.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7, Wed Nov 5 22:10:42 2008 UTC revision 1.8, Sat Jul 18 23:19:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: serapi.module,v 1.6 2008/11/05 21:50:42 yaph Exp $  // $Id: serapi.module,v 1.7 2008/11/05 22:10:42 yaph Exp $
3    
4  /**  /**
5   * Returns an array with information on the performed search   * Returns an array with information on the performed search
# Line 69  function serapi_get_engine_list() { Line 69  function serapi_get_engine_list() {
69        'host_pattern' => 'search.yahoo.com',        'host_pattern' => 'search.yahoo.com',
70        'query_param' => 'p'        'query_param' => 'p'
71      ),      ),
72      'live' => array(      'bing' => array(
73        'host_pattern' => 'search.live.com',        'host_pattern' => 'bing.com',
74        'query_param' => 'q'        'query_param' => 'q'
75      ),      ),
76      'ask' => array(      'ask' => array(

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2