From 74d3d6e8e3d029553663508708a6f2d6bd1f52ca Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 31 Oct 2007 13:38:02 -0500 Subject: [PATCH] comment out version check warn Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 415e585594..11e0615fc9 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -376,7 +376,7 @@ sub checkauth { # If Version syspref is unavailable, it means Koha is beeing installed, # and so we must redirect to OPAC maintenance page or to the WebInstaller - warn "about to check version"; + #warn "about to check version"; unless (C4::Context->preference('Version')) { if ($type ne 'opac') { warn "Install required, redirecting to Installer"; -- 2.39.5