diff -r e6abafe31efb -r c1fd9aa6a6af php/heslo/lib/funkce.inc.php --- a/php/heslo/lib/funkce.inc.php Tue May 05 17:29:29 2009 +0200 +++ b/php/heslo/lib/funkce.inc.php Wed May 06 01:57:46 2009 +0200 @@ -49,17 +49,15 @@ function htmlInfoKomentar() { global $zacatek, $mimeTyp, $NASTAVENI; - if ($NASTAVENI['ladiciKomentare']) { - $konec = getMicrotime(); - html(''); - } + $konec = getMicrotime(); + html(''); } function htmlOdstavec($text) {