|
|
@@ -126,7 +126,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;
|