Index: /tags/ipp-20110218/ippScripts/scripts/register_exp.pl
===================================================================
--- /tags/ipp-20110218/ippScripts/scripts/register_exp.pl	(revision 31043)
+++ /tags/ipp-20110218/ippScripts/scripts/register_exp.pl	(revision 31044)
@@ -189,9 +189,9 @@
 
     if ($exptype ne 'OBJECT') {
-	print "Aborting because exptype doesn't claim to be OBJECT: $exptype\n";
+	print "Skipping because exptype doesn't claim to be OBJECT: $exptype\n";
 	return(undef,undef,undef,"reg",undef,undef,undef);
     }
     if ($obsmode eq 'ENGINEERING') {
-	print "Aborting because we don't queue engineering data to chip\n";
+	print "Skipping because we don't queue engineering data to chip\n";
 	return(undef,undef,undef,"reg",undef,undef,undef);
     }
Index: /tags/ipp-20110218/ippTools/share/regtool_pendingexp.sql
===================================================================
--- /tags/ipp-20110218/ippTools/share/regtool_pendingexp.sql	(revision 31043)
+++ /tags/ipp-20110218/ippTools/share/regtool_pendingexp.sql	(revision 31044)
@@ -1,3 +1,4 @@
 SELECT DISTINCT
+     summit_id,
      exp_id,
      tmp_exp_name,
