--- node_style.old.install	2007-03-25 18:14:23.122874300 +0200
+++ node_style.install	2007-03-25 18:16:16.590898100 +0200
@@ -18,7 +18,7 @@ function node_style_install() {
         COMMENT='Node style module: style scheme settings'
         /*!40100 default CHARACTER SET utf8 */"
       );
-      db_query("CREATE TABLE node_style_maps (
+      db_query("CREATE TABLE {node_style_maps} (
         nid int(11) unsigned NOT NULL default 0,
         sid int(11) unsigned NOT NULL default 0,
         PRIMARY KEY (nid))
@@ -33,7 +33,7 @@ function node_style_install() {
         variables text NOT NULL,
         PRIMARY KEY (sid))"
       );
-      db_query("CREATE TABLE node_style_maps (
+      db_query("CREATE TABLE {node_style_maps} (
         nid integer NOT NULL default 0,
         sid integer NOT NULL default 0,
         PRIMARY KEY (nid))"
@@ -57,7 +57,7 @@ function node_style_update_2() {
         COMMENT='Node style module: style scheme settings'
         /*!40100 default CHARACTER SET utf8 */"
       );
-      $ret[] = update_sql("CREATE TABLE node_style_maps (
+      $ret[] = update_sql("CREATE TABLE {node_style_maps} (
         nid int(11) unsigned NOT NULL default 0,
         sid int(11) unsigned NOT NULL default 0,
         PRIMARY KEY (nid))
@@ -72,7 +72,7 @@ function node_style_update_2() {
         variables text NOT NULL,
         PRIMARY KEY (sid))"
       );
-      $ret[] = update_sql("CREATE TABLE node_style_maps (
+      $ret[] = update_sql("CREATE TABLE {node_style_maps} (
         nid integer NOT NULL default 0,
         sid integer NOT NULL default 0,
         PRIMARY KEY (nid))"
