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