/[drupal]/contributions/modules/livesearch/livesearch.install
ViewVC logotype

Diff of /contributions/modules/livesearch/livesearch.install

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

revision 1.1, Sun Jan 20 19:49:54 2008 UTC revision 1.2, Mon Aug 11 06:24:05 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: livesearch.install,v 1.1 2008/01/20 19:49:54 kourge Exp $
3    
4  function livesearch_update_1() {  function livesearch_update_1() {
5    $variables = array(    $variables = array(
# Line 21  function livesearch_update_1() { Line 21  function livesearch_update_1() {
21      }      }
22    }    }
23    drupal_set_message('Live Search variables have been cleaned.');    drupal_set_message('Live Search variables have been cleaned.');
24      return array();
25  }  }
26    
27  function livesearch_uninstall() {  function livesearch_uninstall() {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2