--- protect_it.php 2008-05-19 23:45:20.000000000 +0300 +++ /var/www/ispcp/gui/client/protect_it.php 2008-05-26 21:46:26.000000000 +0300 @@ -273,7 +273,8 @@ if ($rs->RecordCount() == 0) { $tpl->assign( array('USER_VALUE' => "-1", - 'USER_LEBEL' => tr('You have no users !') + 'USER_LEBEL' => tr('You have no users !'), + 'USER_SELECTED' => '' ) ); $tpl->parse('USER_ITEM', 'user_item'); @@ -319,7 +320,8 @@ $tpl->assign( array( 'GROUP_VALUE' => "-1", - 'GROUP_LEBEL' => tr('You have no groups!') + 'GROUP_LEBEL' => tr('You have no groups!'), + 'GROUP_SELECTED' => '', ) ); $tpl->parse('GROUP_ITEM', 'group_item');