Bug 9534 - No way to get back to bib detail from edit record
[koha.git] / mainpage.pl
index 8aa8495..9085630 100755 (executable)
@@ -42,8 +42,6 @@ my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user(
     }
 );
 
-C4::Auth::version_check($query, 'intranet', $cookie);
-
 my $all_koha_news   = &GetNewsToDisplay("koha");
 my $koha_news_count = scalar @$all_koha_news;