|
|
@@ -131,7 +131,7 @@ function start_dig($tables) {
|
|
|
while($h=$db->fetch($res)) {
|
|
|
$hist_loop[$Y][]=$h;
|
|
|
$hist_time[][$Y]=$h;
|
|
|
- dig_next($hist_loop,$t,$h,1,$hist_time,$Y,add_path('s//',$Y));
|
|
|
+ dig_next($hist_loop,$t,$h,1,$hist_time,$Y,add_path('//',$Y));
|
|
|
unset($hist_time);
|
|
|
}
|
|
|
}
|
|
|
@@ -140,7 +140,7 @@ function start_dig($tables) {
|
|
|
|
|
|
|
|
|
function add_path($path,$last_tbl) {
|
|
|
- $path.="/";
|
|
|
+ $path.="/".$last_tbl;
|
|
|
return $path;
|
|
|
}
|
|
|
|