a.binder před 8 roky
rodič
revize
437aa43566

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

@@ -135,7 +135,7 @@ $tables['Z']['BI_audit_KRS_person']['backref'][12]='BI_audit_KRS';
 function start_dig($tables) {
 	global $db;
 	foreach($tables['Y'] as $Y=>$t)  {
-		$sql='select * from '.$Y.' where ID=12 or ID=19 or 1=12 limit 100' ;
+		$sql='select * from '.$Y.' where ID=12 or ID=19 or 1=1 limit 100' ;
 		$res=$db->query($sql);
 		 while($h=$db->fetch($res)) {
 			 $hist_loop[$Y][]=$h;