/[drupal]/contributions/modules/twistage/twistage_publish.install
ViewVC logotype

Contents of /contributions/modules/twistage/twistage_publish.install

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 11 22:24:08 2008 UTC (14 months, 2 weeks ago) by xmattus
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of Twistage Integration module. This module allows Drupal to interact with the API for the Twistage video hosting service.
1 <?php
2
3 function twistage_publish_install() {
4 db_query("CREATE TABLE IF NOT EXISTS twistage_video_node (vid varchar(255), pid int(10), nid int(10))");
5 drupal_set_message('Created table <i>twistage_video_node</i>.');
6 }

  ViewVC Help
Powered by ViewVC 1.1.2