";
include $path_lib."adminsrc/helpdesk_konstanty.php";
prepni_mysql("overmind");
$uspech=mysql_query("select * from helpdesk where instance like '$conf_instance' order by kdy desc limit 10");
while ($radek=mysql_fetch_array($uspech)) {
echo "
";
}
if (mysql_num_rows($uspech)==0) echo "Žádné zásahy nebyly zadány...";
echo "