_username.php 84 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
<?php
$inn = $user->getUsername();
if (empty($inn))
{
  $inn = '';
}
echo $inn;  
?>