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

Diff of /contributions/modules/drupalvb/drupalvb.install

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

revision 1.10, Sat Oct 18 17:09:35 2008 UTC revision 1.11, Sun Feb 1 02:00:25 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: drupalvb.install,v 1.9 2008/10/15 01:33:35 sun Exp $  // $Id: drupalvb.install,v 1.10 2008/10/18 17:09:35 sun Exp $
3    
4  /**  /**
5   * Implementation of hook_schema().   * Implementation of hook_schema().
# Line 47  function drupalvb_update_5100() { Line 47  function drupalvb_update_5100() {
47    else {    else {
48      variable_set('drupalvb_db', $db_url);      variable_set('drupalvb_db', $db_url);
49    }    }
50    require_once drupal_get_path('module', 'drupalvb') .'/drupalvb.inc.php';    module_load_include('inc.php', 'drupalvb');
51    $config = drupalvb_get_config();    $config = drupalvb_get_config();
52    variable_set('drupalvb_db_prefix', $config['Database']['tableprefix']);    variable_set('drupalvb_db_prefix', $config['Database']['tableprefix']);
53    return $ret;    return $ret;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2