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

Diff of /contributions/modules/nudge/nudge.install

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

revision 1.1.2.1, Tue Apr 29 02:58:16 2008 UTC revision 1.1.2.2, Tue Apr 29 03:00:57 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nudge.install,v 1.1 2007/09/16 17:39:58 kbahey Exp $  // $Id: nudge.install,v 1.1.2.1 2008/04/29 02:58:16 kbahey Exp $
3    
4  function nudge_install() {  function nudge_install() {
5    switch ($GLOBALS['db_type']) {    switch ($GLOBALS['db_type']) {
6                  case 'mysql':                  case 'mysql':
7                  case 'msqli':      case 'mysqli':
8                          db_query("CREATE TABLE {nudge} (                          db_query("CREATE TABLE {nudge} (
9                  nudger_uid INT(10) NOT NULL,                  nudger_uid INT(10) NOT NULL,
10                  nudgee_uid INT(10) NOT NULL,                  nudgee_uid INT(10) NOT NULL,

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2