connect( $set['bd_host'], $set['bd_user'], $set['bd_pass'], $set['bd_name'] ); $db -> debug = 2;//логирование в API - 1 - да, 0 нет unset($postrow); $postrow=$db->get_massiv('m_groupe'); $num = count($postrow); $parent = 0; for($i = 0; $i < $num; $i++){/*показываем, пока колличество не иссякло*/ $res=0; if ($postrow[$i]['id']){ unset($p1); unset($p2); unset($a); $a['parent'] = $postrow[$i]['id']; $p1 = $db->get_val('m_groupe', $a, 'id'); echo $p1; unset ($b); $b['m_groupe']=$postrow[$i]['id']; $p2 = $db->get_val('m_tovar', $b, 'id'); echo $p2; if ($p1 || $p2)$res=1; } if ($res==0)$db->free_sql('UPDATE `m_groupe` SET `public` = 0 WHERE `id` = "' . $postrow[$i]['id'] . '"'); //echo ("\r\n" . $postrow[$i]['id'] . "\r\n"); //$db->free_sql('UPDATE `m_groupe` SET `public` = 0 WHERE `id` = "' . $postrow[$i]['id'] . '"'); } ?>