From: ivan Date: Fri, 26 Mar 2010 04:50:40 +0000 (+0000) Subject: don't warn about the configuration table during setup X-Git-Tag: freeside_1_9_3~52 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e710ab414936e7fea49b220e05fc1910dcd26f54 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 ) {