a.binder 8 years ago
parent
commit
a12e90d8a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SE/dev/audit_krs_con_digger/audit_krs_con_digger.php

+ 1 - 1
SE/dev/audit_krs_con_digger/audit_krs_con_digger.php

@@ -244,7 +244,7 @@ function sql($hist_loop,$prev_tbl,$prev_dig,$loop,$hist_time,$last_tbl,$path,$ta
 					 	 $sql_t[$T].=$sql_t_str[$T]." ) ";
 					 	 $sql_t[$T].=$sql_t_str[$T]." ) ";
 					 	 //not loop
 					 	 //not loop
 					 	 if( isset($hist_loop[$table_class][$T])  ) {
 					 	 if( isset($hist_loop[$table_class][$T])  ) {
-						 	 echo "<br> hist loop cnt: ". count($hist_loop[$T]);
+			//			 	 echo "<br> hist loop cnt: ". count($hist_loop[$table_class][$T]);
 						 	 foreach($hist_loop[$table_class][$T] as $hist_rec) {
 						 	 foreach($hist_loop[$table_class][$T] as $hist_rec) {
 							 	 $sql_t[$T].=" and ID!='".$hist_rec->ID."' ";
 							 	 $sql_t[$T].=" and ID!='".$hist_rec->ID."' ";
 						 	 }
 						 	 }