update points set box=id;
не забывайте про бекапы
не очень удобно поле удаления и добавления точки .... лазить в консоль мускула
можно изменить чуть код user.pl
$can_show_map=$hops>0 && $pr_topology;
$ppt=&sql_select_line($dbh,"SELECT id FROM points WHERE box=$hops limit 1");
$h=&Table('table2 width100',
&RRow('nav3','lllr',
$ShowSave && $PR{84}? &input_h('old_hops',$hops).&input_t('hops',$hops,7,10,&SS) : $can_show_map? '' : $hops,
$can_show_map && &ahref("$scrpt0&a=oper&act=points&op=edit&id=$ppt->{id}","Точка $hops"," target='_blank'"),
$can_show_map && &ahref("$scrpt0&a=map&bx=$hops",'К'," target='_blank'"),
&ahref("$scrpt0&a=operations&act=help&theme=hops",'?')
)
);
$out.=&RRow('*','ll','Точка подключения',$h);