--- /tmp/chanal.pl 2010-12-01 22:10:28.000000000 +0200+++ web/chanal.pl 2010-12-01 22:11:32.000000000 +0200@@ -339,7 +339,7 @@ if( $h=$h->fetchrow_hashref ) { $ipp=$h->{ip};- $name=$pr_show_fio? $h->{name} : $ipp;+ $name=$pr_show_fio? $h->{fio} || $h->{name} : $ipp; $grp=$h->{grp}; $preset=$Plan_preset[$h->{paket}]; }else