Index: trunk/glueforge/templates/psdb/insertobject.tt
===================================================================
--- trunk/glueforge/templates/psdb/insertobject.tt	(revision 4196)
+++ trunk/glueforge/templates/psdb/insertobject.tt	(revision 4326)
@@ -1,7 +1,5 @@
 bool [% namespace %]InsertObject(psDB *dbh, [% object_name %] *object)
 {
-    bool            status;
-
-    status = [% namespace %]Insert(dbh,
+    return [% namespace %]Insert(dbh,
 [%- SET i = 0 -%]
 [%- FOREACH item = columns -%]
@@ -10,5 +8,3 @@
 [%- END -%]
 );
-
-    return status;
 }
