Index: unk/glueforge/templates/psdb/create_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/create_h.tt	(revision 3913)
+++ 	(revision )
@@ -1,8 +1,0 @@
-/** Creates a new [% table_name %] table
- *
- * @return true on success
- */
-
-bool [% namespace %]CreateTable(
-    psDB            *dbh                ///< Database handle
-);
Index: /trunk/glueforge/templates/psdb/createtable_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/createtable_h.tt	(revision 3914)
+++ /trunk/glueforge/templates/psdb/createtable_h.tt	(revision 3914)
@@ -0,0 +1,8 @@
+/** Creates a new [% table_name %] table
+ *
+ * @return true on success
+ */
+
+bool [% namespace %]CreateTable(
+    psDB            *dbh                ///< Database handle
+);
Index: /trunk/glueforge/templates/psdb/header.tt
===================================================================
--- /trunk/glueforge/templates/psdb/header.tt	(revision 3913)
+++ /trunk/glueforge/templates/psdb/header.tt	(revision 3914)
@@ -15,5 +15,5 @@
 [% INCLUDE init_h.tt %]
 [% INCLUDE cleanup_h.tt %]
-[% INCLUDE create_h.tt %]
+[% INCLUDE createtable_h.tt %]
 [% INCLUDE insert_h.tt %]
 [% INCLUDE insertobject_h.tt %]
