|
|
@@ -299,7 +299,7 @@ function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop) {
|
|
|
dig_next($hist_loop, $tables['Z'][$T],$h,$loop,$hist_time);
|
|
|
//rel dzieci $tables['Z']['BI_audit_CEIDG']['ref'][19]='BI_audit_CEIDG_pelnomocnicy';
|
|
|
if(isset($tables['Z'][$T]['ref'])) {
|
|
|
- echo "<br>#296 try to ref tables <pre>";
|
|
|
+ echo "<br>#296 try to ref tables for Z ".$Z."<pre>";
|
|
|
print_r($tables['Z'][$T]['ref']);
|
|
|
echo "</pre>";
|
|
|
|
|
|
@@ -322,7 +322,7 @@ function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop) {
|
|
|
|
|
|
} else echo "#322 not ref to ".$T;
|
|
|
if(isset($tables['Z'][$T]['backref'])) {
|
|
|
- echo "<br>#296 try to backref tables <pre>";
|
|
|
+ echo "<br>#296 try to backref tables Z ".$Z."<pre>";
|
|
|
print_r($tables['Z'][$T]['backref']);
|
|
|
echo "</pre>";
|
|
|
|