diff --git a/checkin_notes b/checkin_notes
index 38162e8489..75f0f23861 100755
--- a/checkin_notes
+++ b/checkin_notes
@@ -7596,3 +7596,13 @@ David 7 Nov 2003
app.C
lib/
filesys.C
+
+David 7 Nov 2003
+ - In make_work, need to initialize many fields of the WU being created.
+ For example, if assimilate_state is not INIT,
+ the transitioner will not create any results for the new WU!
+
+ html_ops/
+ db_form.php
+ sched/
+ make_work.C
diff --git a/html/ops/db_form.php b/html/ops/db_form.php
index 7df6a8c2d4..78c81721eb 100644
--- a/html/ops/db_form.php
+++ b/html/ops/db_form.php
@@ -43,6 +43,7 @@ require_once("db_ops.inc");
print_detail_field();
} else if ($table=="workunit") {
print_detail_field();
+ print_query_field();
echo "\n";
} else if ($table=="result") {
echo "