From: ivan Date: Fri, 26 Mar 2010 04:50:39 +0000 (+0000) Subject: don't warn about the configuration table during setup X-Git-Tag: root_of_svc_elec_features~357 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e9f753f206b65959aad98098447f31e3a060d231 don't warn about the configuration table during setup --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index e3a4604b4..e042c05b1 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -128,7 +128,7 @@ sub forksuidsetup { } } else { - warn "NO CONFIGURATION TABLE FOUND"; + warn "NO CONFIGURATION TABLE FOUND" unless $FS::Schema::setup_hack; } unless ( $callback_hack ) {