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

Diff of /contributions/modules/update_status_aggregator/update_status_aggregator.install

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

revision 1.6, Tue Mar 25 18:49:13 2008 UTC revision 1.6.4.1, Thu May 22 22:17:51 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: update_status_aggregator.install,v 1.5 2008/03/25 18:46:18 yrocq Exp $  // $Id: update_status_aggregator.install,v 1.6 2008/03/25 18:49:13 yrocq Exp $
3  /**  /**
4   * Implementation of hook_install().   * Implementation of hook_install().
5   */   */
6    
7     // TODO
8    
9     /**
10      * Ajouter
11      * create table update_status_aggregator_site ( kid char(32) NOT NULL, name varchar(255), description varchar(255), url varchar(255), PRIMARY KEY (kid) );
12      */
13    
14  function update_status_aggregator_install() {  function update_status_aggregator_install() {
15    switch ($GLOBALS['db_type']) {    switch ($GLOBALS['db_type']) {
16      case 'mysql':      case 'mysql':

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.4.1

  ViewVC Help
Powered by ViewVC 1.1.2