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

Diff of /contributions/modules/browscap/browscap.install

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

revision 1.1.2.1.2.1, Thu May 29 20:00:43 2008 UTC revision 1.1.2.1.2.2, Mon Jun 8 11:43:12 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: browscap.install,v 1.1.2.1.2.1 2008/05/29 20:00:43 robloach Exp $
3    
4  /**  /**
5   * Implementation of hook_install.   * Implementation of hook_install.
# Line 46  function browscap_schema() { Line 46  function browscap_schema() {
46    
47  function browscap_uninstall() {  function browscap_uninstall() {
48    drupal_uninstall_schema('browscap');    drupal_uninstall_schema('browscap');
   drupal_uninstall_schema('browscap_statistics');  
   drupal_uninstall_schema('cache_browscap');  
49    variable_del('browscap_monitor');    variable_del('browscap_monitor');
50    variable_del('browscap_imported');    variable_del('browscap_imported');
51    variable_del('browscap_version');    variable_del('browscap_version');

Legend:
Removed from v.1.1.2.1.2.1  
changed lines
  Added in v.1.1.2.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2