Parent Directory
|
Revision Log
|
Revision Graph
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 |