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

Diff of /contributions/modules/interests/interests.install

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

revision 1.3, Sat Nov 3 04:10:36 2007 UTC revision 1.4, Sat Nov 3 04:11:11 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: interests.install,v 1.2 2007/05/12 13:03:31 agileware Exp $  // $Id: interests.install,v 1.3 2007/11/03 04:10:36 auriar Exp $
3    
4  /**  /**
5   * Implementation of hook_install().   * Implementation of hook_install().
# Line 16  function interests_install() { Line 16  function interests_install() {
16          PRIMARY KEY  (uid,tid)          PRIMARY KEY  (uid,tid)
17        ) /*!40100 DEFAULT CHARACTER SET utf8 */;");        ) /*!40100 DEFAULT CHARACTER SET utf8 */;");
18                          $status[] = db_query("CREATE TABLE {interests_vocabs} (                          $status[] = db_query("CREATE TABLE {interests_vocabs} (
                                 id int(10) unsigned NOT NULL DEFAULT '0',  
19                                  vid int(10) unsigned NOT NULL DEFAULT '0',                                  vid int(10) unsigned NOT NULL DEFAULT '0',
20                                  PRIMARY KEY (vid)                                  PRIMARY KEY (vid)
21                          ) /*!40100 DEFAULT CHARACTER SET utf8 */;");                          ) /*!40100 DEFAULT CHARACTER SET utf8 */;");

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2