|
@@ -92,7 +92,7 @@ function start_dig($tables) {
|
|
|
while($h=$db->fetch($res)) {
|
|
while($h=$db->fetch($res)) {
|
|
|
$hist_loop[$Y][]=$h;
|
|
$hist_loop[$Y][]=$h;
|
|
|
$hist_time[][$Y]=$h;
|
|
$hist_time[][$Y]=$h;
|
|
|
- dig_next($hist_loop,$t,$h,$hist_time);
|
|
|
|
|
|
|
+ dig_next($hist_loop,$t,$h,1,$hist_time);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|