a.binder 8 lat temu
rodzic
commit
9e4524c167

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

@@ -263,7 +263,7 @@ function dig_next($hist_loop,$prev_tbl,$prev_dig,$loop) {
 	  if( isset($sql_t)) {
 	  if( isset($sql_t)) {
 		  foreach($sql_t as $T => $sql_ext)  { 
 		  foreach($sql_t as $T => $sql_ext)  { 
 			  
 			  
-			  dig_arr(,,$sql_ext);
+			  dig_arr($hist_loop,$T,$sql_ext);
 			  
 			  
 			  /*
 			  /*
 			  echo "\n<br>216: Querying :T ".$T." ext: ".$sql_ext ;
 			  echo "\n<br>216: Querying :T ".$T." ext: ".$sql_ext ;
@@ -300,7 +300,7 @@ function dig_next($hist_loop,$prev_tbl,$prev_dig,$loop) {
 
 
 function dig_arr($hist_loop,$T,$sql) {
 function dig_arr($hist_loop,$T,$sql) {
 	global $db,$tables;
 	global $db,$tables;
-	{
+	
 			  echo "\n<br>216: Querying :T ".$T." ext: ".$sql_ext ;
 			  echo "\n<br>216: Querying :T ".$T." ext: ".$sql_ext ;
 			  $res=$db->query($sql_ext) or die('211 blad '.$sql_ext);
 			  $res=$db->query($sql_ext) or die('211 blad '.$sql_ext);
 			  while($h=$db->fetch($res)) {
 			  while($h=$db->fetch($res)) {
@@ -325,7 +325,7 @@ function dig_arr($hist_loop,$T,$sql) {
 					 }
 					 }
 				 }
 				 }
 			 }
 			 }
-		  }
+		  
 }
 }