Better importing CN error display
[contractdashboard.git] / admin / linkAmendments.php
blob:a/admin/linkAmendments.php -> blob:b/admin/linkAmendments.php
--- a/admin/linkAmendments.php
+++ b/admin/linkAmendments.php
@@ -13,7 +13,7 @@
 			 $row['CNID'] . '\', "amendmentReason" = \'' .
 			 $row['amendmentReason'] . '\' where "CNID" = \'' .
 			 $row['parentCN'] . '\';');
-			 echo 'UPDATE contractnotice SET "childCN" = \'' .
+			 //echo 'UPDATE contractnotice SET "childCN" = \'' .
 			 $row['CNID'] . '\', "amendmentReason" = \'' .
 			 $row['amendmentReason'] . '\' where "CNID" = \'' .
 			 $row['parentCN'] . '\';';
@@ -27,3 +27,4 @@
 }
 // also need to eliminate CN 100528/100529 - check for double parent CNs with no childCN, latest sequent CN id wins childCN = 0
 ?>
+