aboutsummaryrefslogtreecommitdiff
path: root/video.install
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2006-05-25 00:46:11 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2006-05-25 00:46:11 +0000
commit036305981b90e34fe7daad0509a4b073d71e3f04 (patch)
tree6950eb52d36aec61e748d702d388da6c02ad8e4e /video.install
parenta21eca9d2ca345d0758ab371e75581029c959823 (diff)
downloadvideo-036305981b90e34fe7daad0509a4b073d71e3f04.tar.gz
video-036305981b90e34fe7daad0509a4b073d71e3f04.tar.bz2
Patch #65019 by halkeye@www.kodekoan.com (http://drupal.org/user/56779)
Changed installer SQL in order to use prefix enable query for db creation.
Diffstat (limited to 'video.install')
-rw-r--r--video.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.install b/video.install
index 98a628d..7c946b6 100644
--- a/video.install
+++ b/video.install
@@ -5,7 +5,7 @@ function video_install() {
switch ($GLOBALS['db_type']) {
case 'mysql':
case 'mysqli':
- db_query("CREATE TABLE video (
+ db_query("CREATE TABLE {video} (
vid int(10) unsigned NOT NULL default '0',
nid int(10) unsigned NOT NULL default '0',
vidfile text NOT NULL default '',