|
@@ -89,7 +89,7 @@ function start_dig($tables) {
|
|
|
foreach($tables['Y'] as $Y=>$t) {
|
|
foreach($tables['Y'] as $Y=>$t) {
|
|
|
$sql='select * from '.$Y ;
|
|
$sql='select * from '.$Y ;
|
|
|
$res=$db->query($sql);
|
|
$res=$db->query($sql);
|
|
|
- while($h=$db->fetch($res_OPERS)) {
|
|
|
|
|
|
|
+ while($h=$db->fetch($res)) {
|
|
|
print_r($h);
|
|
print_r($h);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|